Color Hex Logo

#424dbc Color Hex

#424DBC
(66,77,188)
0 Favorites   0 Comments

Color spaces of #424dbc

RGB 6677188
HSL0.650.480.50
HSV235°65°74°
CMYK 0.650.590.00   0.26
XYZ13.977710.096848.7891
Yxy10.09680.19180.1386
Hunter Lab31.775522.9133-68.7930
CIE-Lab38.015631.0922-59.9141

#424dbc color RGB value is (66,77,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001101 10111100
Octal 102 115 274
Decimal 66 77 188
Hex 42 4D BC

RGB Percentages of Color #424dbc

%19.94
%23.26
%56.80

CMYK Percentages of Color #424dbc

%65
%59
%0
%26

Triadic Colors of #424dbc

#424dbc #bc424d #4dbc42

Analogous Colors of #424dbc

#424dbc #7442bc #428abc

Monochromatic Colors of #424dbc

#424dbc

Complementary Color

#424dbc #bcb142

#424dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#424dbc Color CSS Codes

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

#424dbc Text Font Color

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

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


#424dbc Background Color

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

This div background color is #424dbc


#424dbc Border Color

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

This div border color is #424dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424dbc


Comments

No comments written yet.

Please login to write comment.