#474296

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

Shades of Dark Slate Blue #474296

Tints of Dark Slate Blue #474296

Color information

#474296 (or 0x474296) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 42 and 96. RGB value is (71,66,150). Sum of RGB (Red+Green+Blue) = 71+66+150=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #474296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474296 is #B8BD69. Grayscale: #4C4C4C. Windows color (decimal): -12107114 or 9847367. OLE color: 9847367.

HSL color Cylindrical-coordinate representation of color #474296: hue angle of 243.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #474296 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7166150-
CMYK0.530.5600.41
HSL243.57º38.89%42.35%-
HSV(B)243.57º56%58.82%-
XYZ10.057.4429.76-
YUV77.07169.16123.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 150 (58.98% from 255) = 52.26%
R=24.74%
G=23.00%
B=52.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71661500.530.5600.41243.5738.8942.35
Hex4742963538029f4272a
Octal10710222665700513644752
Binary1000111100001010010110110101111000010100111110100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474296; }

 p { color: rgb(71,66,150); }

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

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

 a { background-color: rgb(71,66,150); }

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

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

 span { border-color: rgb(71,66,150); }

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