#474499

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

Shades of Dark Slate Blue #474499

Tints of Dark Slate Blue #474499

Color information

#474499 (or 0x474499) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 44 and 99. RGB value is (71,68,153). Sum of RGB (Red+Green+Blue) = 71+68+153=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #474499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474499 is #B8BB66. Grayscale: #4E4E4E. Windows color (decimal): -12106599 or 10044487. OLE color: 10044487.

HSL color Cylindrical-coordinate representation of color #474499: hue angle of 242.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #474499 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7168153-
CMYK0.540.5600.4
HSL242.12º38.46%43.33%-
HSV(B)242.12º55.56%60%-
XYZ10.427.7731.09-
YUV78.59169.99122.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 153 (60.16% from 255) = 52.40%
R=24.32%
G=23.29%
B=52.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71681530.540.5600.4242.1238.4643.33
Hex4744993638028f2262b
Octal10710423166700503624653
Binary1000111100010010011001110110111000010100011110010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474499; }

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

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

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

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

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

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

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

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