#474289

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

Shades of Dark Slate Blue #474289

Tints of Dark Slate Blue #474289

Color information

#474289 (or 0x474289) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 42 and 89. RGB value is (71,66,137). Sum of RGB (Red+Green+Blue) = 71+66+137=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #474289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474289 is #B8BD76. Grayscale: #4B4B4B. Windows color (decimal): -12107127 or 8995399. OLE color: 8995399.

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

Color convert

RGB7166137-
CMYK0.480.5200.46
HSL244.23º34.98%39.8%-
HSV(B)244.23º51.82%53.73%-
XYZ9.067.0424.55-
YUV75.59162.66124.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 137 (53.91% from 255) = 50%
R=25.91%
G=24.09%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71661370.480.5200.46244.2334.9839.8
Hex474289303402Ef42328
Octal10710221160640563644350
Binary1000111100001010001001110000110100010111011110100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474289; }

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

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

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

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

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

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

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

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