#473E7E

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

Shades of Dark Slate Blue #473E7E

Tints of Dark Slate Blue #473E7E

Color information

#473E7E (or 0x473E7E) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3E and 7E. RGB value is (71,62,126). Sum of RGB (Red+Green+Blue) = 71+62+126=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #473E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E7E is #B8C181. Grayscale: #474747. Windows color (decimal): -12108162 or 8273479. OLE color: 8273479.

HSL color Cylindrical-coordinate representation of color #473E7E: hue angle of 248.44º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #473E7E is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7162126-
CMYK0.440.5100.51
HSL248.44º34.04%36.86%-
HSV(B)248.44º50.79%49.41%-
XYZ8.096.2920.53-
YUV71.99158.48127.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 126 (49.61% from 255) = 48.65%
R=27.41%
G=23.94%
B=48.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71621260.440.5100.51248.4434.0436.86
Hex473E7E2C33033f82225
Octal1077617654630633704245
Binary10001111111101111110101100110011011001111111000100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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