Color Hex Logo

#484270 Color Hex

#484270
(72,66,112)
0 Favorites   0 Comments

Color spaces of #484270

RGB 7266112
HSL0.690.260.35
HSV248°41°44°
CMYK 0.360.410.00   0.56
XYZ7.54536.444016.1754
Yxy6.44400.25010.2136
Hunter Lab25.38508.6325-20.0102
CIE-Lab30.506114.4326-25.7412

#484270 color RGB value is (72,66,112).

#484270 hex color red value is 72, green value is 66 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #484270 hue: 0.69 , saturation: 0.26 and the lightness value of 484270 is 0.35.

The process color (four color CMYK) of #484270 color hex is 0.36, 0.41, 0.00, 0.56. Web safe color of #484270 is #333366. Color #484270 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000010 01110000
Octal 110 102 160
Decimal 72 66 112
Hex 48 42 70

RGB Percentages of Color #484270

%28.80
%26.40
%44.80

CMYK Percentages of Color #484270

%36
%41
%0
%56

Triadic Colors of #484270

#484270 #704842 #427048

Analogous Colors of #484270

#484270 #5f4270 #425370

Monochromatic Colors of #484270

#484270

Complementary Color

#484270 #6a7042

#484270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484270 Color CSS Codes

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

#484270 Text Font Color

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

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


#484270 Background Color

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

This div background color is #484270


#484270 Border Color

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

This div border color is #484270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484270


Comments

No comments written yet.

Please login to write comment.