Color Hex Logo

#42447b Color Hex

#42447B
(66,68,123)
0 Favorites   0 Comments

Color spaces of #42447b

RGB 6668123
HSL0.660.300.37
HSV238°46°48°
CMYK 0.460.450.00   0.52
XYZ7.88906.722619.6207
Yxy6.72260.23050.1964
Hunter Lab25.92808.9375-26.7174
CIE-Lab31.166914.7990-31.6439

#42447b color RGB value is (66,68,123).

#42447b hex color red value is 66, green value is 68 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #42447b hue: 0.66 , saturation: 0.30 and the lightness value of 42447b is 0.37.

The process color (four color CMYK) of #42447b color hex is 0.46, 0.45, 0.00, 0.52. Web safe color of #42447b is #333366. Color #42447b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000100 01111011
Octal 102 104 173
Decimal 66 68 123
Hex 42 44 7B

RGB Percentages of Color #42447b

%25.68
%26.46
%47.86

CMYK Percentages of Color #42447b

%46
%45
%0
%52

Triadic Colors of #42447b

#42447b #7b4244 #447b42

Analogous Colors of #42447b

#42447b #5c427b #42617b

Monochromatic Colors of #42447b

#42447b

Complementary Color

#42447b #7b7942

#42447b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42447b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42447b Color CSS Codes

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

#42447b Text Font Color

<p style="color:#42447b">Text here</p>

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


#42447b Background Color

<div style="background-color:#42447b">
Div content here</div>

This div background color is #42447b


#42447b Border Color

<div style="border:3px solid #42447b">
Div here</div>

This div border color is #42447b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,68,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42447b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42447b;
  -webkit-box-shadow: 1px 1px 3px 2px #42447b;
  box-shadow:         1px 1px 3px 2px #42447b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42447b


Comments

No comments written yet.

Please login to write comment.