#474484

Color #474484 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #474484

Tints of Dark Slate Blue #474484

Color information

#474484 (or 0x474484) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 44 and 84. RGB value is (71,68,132). Sum of RGB (Red+Green+Blue) = 71+68+132=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #474484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474484 is #B8BB7B. Grayscale: #4B4B4B. Windows color (decimal): -12106620 or 8668231. OLE color: 8668231.

HSL color Cylindrical-coordinate representation of color #474484: hue angle of 242.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #474484 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7168132-
CMYK0.460.4800.48
HSL242.81º32%39.22%-
HSV(B)242.81º48.48%51.76%-
XYZ8.837.1422.74-
YUV76.19159.49124.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=26.20%
G=25.09%
B=48.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71681320.460.4800.48242.813239.22
Hex4744842E30030f32027
Octal10710420456600603634047
Binary1000111100010010000100101110110000011000011110011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474484; }

 p { color: rgb(71,68,132); }

 H1.HeaderClassName
 {
   color: #474484;
 }
 .AnyTagClassName
 {
   color: #474484;
 }
</style>
background-color css

<style>
 a { background-color: #474484; }

 a { background-color: rgb(71,68,132); }

 div.DivClassName
 {
   background-color: #474484;
 }
 .BgClassName
 {
   background-color: #474484;
 }
</style>
border-color css

<style>
 span { border-color: #474484; }

 span { border-color: rgb(71,68,132); }

 td.TdClassName
 {
   border-color: #474484;
 }
 .TagClassName
 {
   border-color: #474484;
 }
</style>