Color Hex Logo

#424fbb Color Hex

#424FBB
(66,79,187)
0 Favorites   0 Comments

Color spaces of #424fbb

RGB 6679187
HSL0.650.480.50
HSV234°65°73°
CMYK 0.650.580.00   0.27
XYZ14.012410.338148.2706
Yxy10.33810.19300.1424
Hunter Lab32.152921.5236-66.5040
CIE-Lab38.442529.4702-58.6339

#424fbb color RGB value is (66,79,187).

#424fbb hex color red value is 66, green value is 79 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #424fbb hue: 0.65 , saturation: 0.48 and the lightness value of 424fbb is 0.50.

The process color (four color CMYK) of #424fbb color hex is 0.65, 0.58, 0.00, 0.27. Web safe color of #424fbb is #3366cc. Color #424fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001111 10111011
Octal 102 117 273
Decimal 66 79 187
Hex 42 4F BB

RGB Percentages of Color #424fbb

%19.88
%23.80
%56.33

CMYK Percentages of Color #424fbb

%65
%58
%0
%27

Triadic Colors of #424fbb

#424fbb #bb424f #4fbb42

Analogous Colors of #424fbb

#424fbb #7242bb #428cbb

Monochromatic Colors of #424fbb

#424fbb

Complementary Color

#424fbb #bbae42

#424fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#424fbb Color CSS Codes

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

#424fbb Text Font Color

<p style="color:#424fbb">Text here</p>

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


#424fbb Background Color

<div style="background-color:#424fbb">
Div content here</div>

This div background color is #424fbb


#424fbb Border Color

<div style="border:3px solid #424fbb">
Div here</div>

This div border color is #424fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,79,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #424fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #424fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #424fbb;
  box-shadow:         1px 1px 3px 2px #424fbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424fbb


Comments

No comments written yet.

Please login to write comment.