Color Hex Logo

#484872 Color Hex

#484872
(72,72,114)
1 Favorites   0 Comments

Color spaces of #484872

RGB 7272114
HSL0.670.230.36
HSV240°37°45°
CMYK 0.370.370.00   0.55
XYZ8.02717.227416.8915
Yxy7.22740.24970.2248
Hunter Lab26.88386.2507-18.4341
CIE-Lab32.319111.0978-24.1560

#484872 color RGB value is (72,72,114).

#484872 hex color red value is 72, green value is 72 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #484872 hue: 0.67 , saturation: 0.23 and the lightness value of 484872 is 0.36.

The process color (four color CMYK) of #484872 color hex is 0.37, 0.37, 0.00, 0.55. Web safe color of #484872 is #333366. Color #484872 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001000 01110010
Octal 110 110 162
Decimal 72 72 114
Hex 48 48 72

RGB Percentages of Color #484872

%27.91
%27.91
%44.19

CMYK Percentages of Color #484872

%37
%37
%0
%55

Triadic Colors of #484872

#484872 #724848 #487248

Analogous Colors of #484872

#484872 #5d4872 #485d72

Monochromatic Colors of #484872

#484872

Complementary Color

#484872 #727248

#484872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484872 Color CSS Codes

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

#484872 Text Font Color

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

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


#484872 Background Color

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

This div background color is #484872


#484872 Border Color

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

This div border color is #484872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484872


Comments

No comments written yet.

Please login to write comment.