Color Hex Logo

#485296 Color Hex

#485296
(72,82,150)
0 Favorites   0 Comments

Color spaces of #485296

RGB 7282150
HSL0.650.350.44
HSV232°52°59°
CMYK 0.520.450.00   0.41
XYZ11.19489.614330.1199
Yxy9.61430.21980.1888
Hunter Lab31.006910.1838-35.8890
CIE-Lab37.141116.0356-38.6924

#485296 color RGB value is (72,82,150).

#485296 hex color red value is 72, green value is 82 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #485296 hue: 0.65 , saturation: 0.35 and the lightness value of 485296 is 0.44.

The process color (four color CMYK) of #485296 color hex is 0.52, 0.45, 0.00, 0.41. Web safe color of #485296 is #336699. Color #485296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010010 10010110
Octal 110 122 226
Decimal 72 82 150
Hex 48 52 96

RGB Percentages of Color #485296

%23.68
%26.97
%49.34

CMYK Percentages of Color #485296

%52
%45
%0
%41

Triadic Colors of #485296

#485296 #964852 #529648

Analogous Colors of #485296

#485296 #654896 #487996

Monochromatic Colors of #485296

#485296

Complementary Color

#485296 #968c48

#485296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485296 Color CSS Codes

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

#485296 Text Font Color

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

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


#485296 Background Color

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

This div background color is #485296


#485296 Border Color

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

This div border color is #485296


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,82,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #485296; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #485296;
  -webkit-box-shadow: 1px 1px 3px 2px #485296;
  box-shadow:         1px 1px 3px 2px #485296; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485296


Comments

No comments written yet.

Please login to write comment.