Color Hex Logo

#4369a4 Color Hex

#4369A4
(67,105,164)
0 Favorites   0 Comments

Color spaces of #4369a4

RGB 67105164
HSL0.600.420.45
HSV216°59°64°
CMYK 0.590.360.00   0.36
XYZ14.067213.976837.0783
Yxy13.97680.21600.2146
Hunter Lab37.38561.7401-32.6328
CIE-Lab44.19964.9989-35.8711

#4369a4 color RGB value is (67,105,164).

#4369a4 hex color red value is 67, green value is 105 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #4369a4 hue: 0.60 , saturation: 0.42 and the lightness value of 4369a4 is 0.45.

The process color (four color CMYK) of #4369a4 color hex is 0.59, 0.36, 0.00, 0.36. Web safe color of #4369a4 is #336699. Color #4369a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01101001 10100100
Octal 103 151 244
Decimal 67 105 164
Hex 43 69 A4

RGB Percentages of Color #4369a4

%19.94
%31.25
%48.81

CMYK Percentages of Color #4369a4

%59
%36
%0
%36

Triadic Colors of #4369a4

#4369a4 #a44369 #69a443

Analogous Colors of #4369a4

#4369a4 #4d43a4 #439aa4

Monochromatic Colors of #4369a4

#4369a4

Complementary Color

#4369a4 #a47e43

#4369a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4369a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4369a4 Color CSS Codes

.mybgcolor {background-color:#4369a4; } 
.myforecolor {color:#4369a4; }
.mybordercolor {border:3px solid #4369a4; }

#4369a4 Text Font Color

<p style="color:#4369a4">Text here</p>

This sample text font color is #4369a4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4369a4 Background Color

<div style="background-color:#4369a4">
Div content here</div>

This div background color is #4369a4


#4369a4 Border Color

<div style="border:3px solid #4369a4">
Div here</div>

This div border color is #4369a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,105,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4369a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4369a4;
  -webkit-box-shadow: 1px 1px 3px 2px #4369a4;
  box-shadow:         1px 1px 3px 2px #4369a4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,105,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4369a4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4369a4;
  -webkit-box-shadow: 1px 1px 3px 2px #4369a4;
  box-shadow:         1px 1px 3px 2px #4369a4;">
Div content here</div>

This div box has shadow with color #4369a4


Comments

No comments written yet.

Please login to write comment.