#473E7A

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

Shades of Dark Slate Blue #473E7A

Tints of Dark Slate Blue #473E7A

Color information

#473E7A (or 0x473E7A) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3E and 7A. RGB value is (71,62,122). Sum of RGB (Red+Green+Blue) = 71+62+122=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #473E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E7A is #B8C185. Grayscale: #474747. Windows color (decimal): -12108166 or 8011335. OLE color: 8011335.

HSL color Cylindrical-coordinate representation of color #473E7A: hue angle of 249º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #473E7A is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7162122-
CMYK0.420.4900.52
HSL249º32.61%36.08%-
HSV(B)249º49.18%47.84%-
XYZ7.836.1919.19-
YUV71.53156.48127.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=27.84%
G=24.31%
B=47.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71621220.420.4900.5224932.6136.08
Hex473E7A2A31034f92124
Octal1077617252610643714144
Binary10001111111101111010101010110001011010011111001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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