Color Hex Logo

#42747b Color Hex

#42747B
(66,116,123)
0 Favorites   0 Comments

Color spaces of #42747b

RGB 66116123
HSL0.520.300.37
HSV187°46°48°
CMYK 0.460.060.00   0.52
XYZ12.067315.079121.0134
Yxy15.07910.25060.3131
Hunter Lab38.8318-12.4854-4.9018
CIE-Lab45.7423-14.8300-9.1257

#42747b color RGB value is (66,116,123).

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

The process color (four color CMYK) of #42747b color hex is 0.46, 0.06, 0.00, 0.52. Web safe color of #42747b is #336666. Color #42747b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110100 01111011
Octal 102 164 173
Decimal 66 116 123
Hex 42 74 7B

RGB Percentages of Color #42747b

%21.64
%38.03
%40.33

CMYK Percentages of Color #42747b

%46
%6
%0
%52

Triadic Colors of #42747b

#42747b #7b4274 #747b42

Analogous Colors of #42747b

#42747b #42587b #427b66

Monochromatic Colors of #42747b

#42747b

Complementary Color

#42747b #7b4942

#42747b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42747b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42747b Color CSS Codes

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

#42747b Text Font Color

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

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


#42747b Background Color

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

This div background color is #42747b


#42747b Border Color

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

This div border color is #42747b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,116,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 #42747b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42747b


Comments

No comments written yet.

Please login to write comment.