#473889

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

Shades of Dark Slate Blue #473889

Tints of Dark Slate Blue #473889

Color information

#473889 (or 0x473889) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 38 and 89. RGB value is (71,56,137). Sum of RGB (Red+Green+Blue) = 71+56+137=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #473889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473889 is #B8C776. Grayscale: #454545. Windows color (decimal): -12109687 or 8992839. OLE color: 8992839.

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

Color convert

RGB7156137-
CMYK0.480.5900.46
HSL251.11º41.97%37.84%-
HSV(B)251.11º59.12%53.73%-
XYZ8.535.9724.37-
YUV69.72165.97128.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 137 (53.91% from 255) = 51.89%
R=26.89%
G=21.21%
B=51.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71561370.480.5900.46251.1141.9737.84
Hex473889303B02Efb2a26
Octal1077021160730563735246
Binary100011111100010001001110000111011010111011111011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473889; }

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

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

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

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

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

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

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

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