#473E83

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

Shades of Dark Slate Blue #473E83

Tints of Dark Slate Blue #473E83

Color information

#473E83 (or 0x473E83) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3E and 83. RGB value is (71,62,131). Sum of RGB (Red+Green+Blue) = 71+62+131=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #473E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473E83 is #B8C17C. Grayscale: #484848. Windows color (decimal): -12108157 or 8601159. OLE color: 8601159.

HSL color Cylindrical-coordinate representation of color #473E83: hue angle of 247.83º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #473E83 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7162131-
CMYK0.460.5300.49
HSL247.83º35.75%37.84%-
HSV(B)247.83º52.67%51.37%-
XYZ8.426.4222.27-
YUV72.56160.98126.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 62 (24.61% from 255) = 23.48%
BLUE value IS 131 (51.56% from 255) = 49.62%
R=26.89%
G=23.48%
B=49.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71621310.460.5300.49247.8335.7537.84
Hex473E832E35031f82426
Octal1077620356650613704446
Binary100011111111010000011101110110101011000111111000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473E83; }

 p { color: rgb(71,62,131); }

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

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

 a { background-color: rgb(71,62,131); }

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

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

 span { border-color: rgb(71,62,131); }

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