Color Hex Logo

#485096 Color Hex

#485096
(72,80,150)
0 Favorites   0 Comments

Color spaces of #485096

RGB 7280150
HSL0.650.350.44
HSV234°52°59°
CMYK 0.520.470.00   0.41
XYZ11.04629.317030.0703
Yxy9.31700.21900.1847
Hunter Lab30.523811.1805-37.0426
CIE-Lab36.587617.3321-39.5752

#485096 color RGB value is (72,80,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 10010110
Octal 110 120 226
Decimal 72 80 150
Hex 48 50 96

RGB Percentages of Color #485096

%23.84
%26.49
%49.67

CMYK Percentages of Color #485096

%52
%47
%0
%41

Triadic Colors of #485096

#485096 #964850 #509648

Analogous Colors of #485096

#485096 #674896 #487796

Monochromatic Colors of #485096

#485096

Complementary Color

#485096 #968e48

#485096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485096 Color CSS Codes

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

#485096 Text Font Color

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

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


#485096 Background Color

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

This div background color is #485096


#485096 Border Color

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

This div border color is #485096


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,80,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 #485096">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485096


Comments

No comments written yet.

Please login to write comment.