Color Hex Logo

#48628b Color Hex

#48628B
(72,98,139)
0 Favorites   0 Comments

Color spaces of #48628b

RGB 7298139
HSL0.600.320.41
HSV217°48°55°
CMYK 0.480.290.00   0.45
XYZ11.700411.977226.1212
Yxy11.97720.23500.2405
Hunter Lab34.6081-0.2164-20.5247
CIE-Lab41.17992.2628-25.6863

#48628b color RGB value is (72,98,139).

#48628b hex color red value is 72, green value is 98 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #48628b hue: 0.60 , saturation: 0.32 and the lightness value of 48628b is 0.41.

The process color (four color CMYK) of #48628b color hex is 0.48, 0.29, 0.00, 0.45. Web safe color of #48628b is #336699. Color #48628b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100010 10001011
Octal 110 142 213
Decimal 72 98 139
Hex 48 62 8B

RGB Percentages of Color #48628b

%23.30
%31.72
%44.98

CMYK Percentages of Color #48628b

%48
%29
%0
%45

Triadic Colors of #48628b

#48628b #8b4862 #628b48

Analogous Colors of #48628b

#48628b #50488b #48848b

Monochromatic Colors of #48628b

#48628b

Complementary Color

#48628b #8b7148

#48628b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48628b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48628b Color CSS Codes

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

#48628b Text Font Color

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

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


#48628b Background Color

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

This div background color is #48628b


#48628b Border Color

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

This div border color is #48628b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,98,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48628b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48628b;
  -webkit-box-shadow: 1px 1px 3px 2px #48628b;
  box-shadow:         1px 1px 3px 2px #48628b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48628b


Comments

No comments written yet.

Please login to write comment.