Color Hex Logo

#4264af Color Hex

#4264AF
(66,100,175)
0 Favorites   0 Comments

Color spaces of #4264af

RGB 66100175
HSL0.610.450.47
HSV221°62°69°
CMYK 0.620.430.00   0.31
XYZ14.541813.367742.3712
Yxy13.36770.20690.1902
Hunter Lab36.56197.0118-43.1173
CIE-Lab43.312111.7659-43.7536

#4264af color RGB value is (66,100,175).

#4264af hex color red value is 66, green value is 100 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4264af hue: 0.61 , saturation: 0.45 and the lightness value of 4264af is 0.47.

The process color (four color CMYK) of #4264af color hex is 0.62, 0.43, 0.00, 0.31. Web safe color of #4264af is #336699. Color #4264af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100100 10101111
Octal 102 144 257
Decimal 66 100 175
Hex 42 64 AF

RGB Percentages of Color #4264af

%19.35
%29.33
%51.32

CMYK Percentages of Color #4264af

%62
%43
%0
%31

Triadic Colors of #4264af

#4264af #af4264 #64af42

Analogous Colors of #4264af

#4264af #5642af #429baf

Monochromatic Colors of #4264af

#4264af

Complementary Color

#4264af #af8d42

#4264af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4264af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4264af Color CSS Codes

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

#4264af Text Font Color

<p style="color:#4264af">Text here</p>

This sample text font color is #4264af
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.


#4264af Background Color

<div style="background-color:#4264af">
Div content here</div>

This div background color is #4264af


#4264af Border Color

<div style="border:3px solid #4264af">
Div here</div>

This div border color is #4264af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,100,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4264af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4264af;
  -webkit-box-shadow: 1px 1px 3px 2px #4264af;
  box-shadow:         1px 1px 3px 2px #4264af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,100,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4264af


Comments

No comments written yet.

Please login to write comment.