#474389

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

Shades of Dark Slate Blue #474389

Tints of Dark Slate Blue #474389

Color information

#474389 (or 0x474389) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 43 and 89. RGB value is (71,67,137). Sum of RGB (Red+Green+Blue) = 71+67+137=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #474389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474389 is #B8BC76. Grayscale: #4B4B4B. Windows color (decimal): -12106871 or 8995655. OLE color: 8995655.

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

Color convert

RGB7167137-
CMYK0.480.5100.46
HSL243.43º34.31%40%-
HSV(B)243.43º51.09%53.73%-
XYZ9.127.1624.57-
YUV76.18162.33124.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 137 (53.91% from 255) = 49.82%
R=25.82%
G=24.36%
B=49.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71671370.480.5100.46243.4334.3140
Hex474389303302Ef32228
Octal10710321160630563634250
Binary1000111100001110001001110000110011010111011110011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474389; }

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

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

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

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

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

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

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

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