Color Hex Logo

#424fbf Color Hex

#424FBF
(66,79,191)
0 Favorites   0 Comments

Color spaces of #424fbf

RGB 6679191
HSL0.650.490.50
HSV234°65°75°
CMYK 0.650.590.00   0.25
XYZ14.446710.511850.5578
Yxy10.51180.19130.1392
Hunter Lab32.421922.7985-69.7598
CIE-Lab38.745730.8644-60.4827

#424fbf color RGB value is (66,79,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001111 10111111
Octal 102 117 277
Decimal 66 79 191
Hex 42 4F BF

RGB Percentages of Color #424fbf

%19.64
%23.51
%56.85

CMYK Percentages of Color #424fbf

%65
%59
%0
%25

Triadic Colors of #424fbf

#424fbf #bf424f #4fbf42

Analogous Colors of #424fbf

#424fbf #7442bf #428ebf

Monochromatic Colors of #424fbf

#424fbf

Complementary Color

#424fbf #bfb242

#424fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#424fbf Color CSS Codes

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

#424fbf Text Font Color

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

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


#424fbf Background Color

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

This div background color is #424fbf


#424fbf Border Color

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

This div border color is #424fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424fbf


Comments

No comments written yet.

Please login to write comment.