Color Hex Logo

#424fbd Color Hex

#424FBD
(66,79,189)
0 Favorites   0 Comments

Color spaces of #424fbd

RGB 6679189
HSL0.650.480.50
HSV234°65°74°
CMYK 0.650.580.00   0.26
XYZ14.228110.424349.4063
Yxy10.42430.19210.1408
Hunter Lab32.286722.1597-68.1271
CIE-Lab38.593430.1682-59.5605

#424fbd color RGB value is (66,79,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001111 10111101
Octal 102 117 275
Decimal 66 79 189
Hex 42 4F BD

RGB Percentages of Color #424fbd

%19.76
%23.65
%56.59

CMYK Percentages of Color #424fbd

%65
%58
%0
%26

Triadic Colors of #424fbd

#424fbd #bd424f #4fbd42

Analogous Colors of #424fbd

#424fbd #7342bd #428dbd

Monochromatic Colors of #424fbd

#424fbd

Complementary Color

#424fbd #bdb042

#424fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#424fbd Color CSS Codes

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

#424fbd Text Font Color

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

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


#424fbd Background Color

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

This div background color is #424fbd


#424fbd Border Color

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

This div border color is #424fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424fbd


Comments

No comments written yet.

Please login to write comment.