Color Hex Logo

#48709f Color Hex

#48709F
(72,112,159)
0 Favorites   0 Comments

Color spaces of #48709f

RGB 72112159
HSL0.590.380.45
HSV212°55°62°
CMYK 0.550.300.00   0.38
XYZ14.724715.469335.0107
Yxy15.46930.22580.2372
Hunter Lab39.3310-2.0027-25.2455
CIE-Lab46.27040.1313-29.6550

#48709f color RGB value is (72,112,159).

#48709f hex color red value is 72, green value is 112 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #48709f hue: 0.59 , saturation: 0.38 and the lightness value of 48709f is 0.45.

The process color (four color CMYK) of #48709f color hex is 0.55, 0.30, 0.00, 0.38. Web safe color of #48709f is #336699. Color #48709f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110000 10011111
Octal 110 160 237
Decimal 72 112 159
Hex 48 70 9F

RGB Percentages of Color #48709f

%20.99
%32.65
%46.36

CMYK Percentages of Color #48709f

%55
%30
%0
%38

Triadic Colors of #48709f

#48709f #9f4870 #709f48

Analogous Colors of #48709f

#48709f #4c489f #489c9f

Monochromatic Colors of #48709f

#48709f

Complementary Color

#48709f #9f7748

#48709f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48709f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48709f Color CSS Codes

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

#48709f Text Font Color

<p style="color:#48709f">Text here</p>

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


#48709f Background Color

<div style="background-color:#48709f">
Div content here</div>

This div background color is #48709f


#48709f Border Color

<div style="border:3px solid #48709f">
Div here</div>

This div border color is #48709f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,112,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48709f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48709f;
  -webkit-box-shadow: 1px 1px 3px 2px #48709f;
  box-shadow:         1px 1px 3px 2px #48709f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,112,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48709f


Comments

No comments written yet.

Please login to write comment.