#474889

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

Shades of Dark Slate Blue #474889

Tints of Dark Slate Blue #474889

Color information

#474889 (or 0x474889) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 48 and 89. RGB value is (71,72,137). Sum of RGB (Red+Green+Blue) = 71+72+137=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #474889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474889 is #B8B776. Grayscale: #4E4E4E. Windows color (decimal): -12105591 or 8996935. OLE color: 8996935.

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

Color convert

RGB7172137-
CMYK0.480.4700.46
HSL239.09º31.73%40.78%-
HSV(B)239.09º48.18%53.73%-
XYZ9.437.7824.67-
YUV79.11160.67122.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=25.36%
G=25.71%
B=48.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71721370.480.4700.46239.0931.7340.78
Hex474889302F02Eef2029
Octal10711021160570563574051
Binary1000111100100010001001110000101111010111011101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474889; }

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

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

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

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

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

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

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

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