#473B8E

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

Shades of Dark Slate Blue #473B8E

Tints of Dark Slate Blue #473B8E

Color information

#473B8E (or 0x473B8E) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3B and 8E. RGB value is (71,59,142). Sum of RGB (Red+Green+Blue) = 71+59+142=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #473B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473B8E is #B8C471. Grayscale: #474747. Windows color (decimal): -12108914 or 9321287. OLE color: 9321287.

HSL color Cylindrical-coordinate representation of color #473B8E: hue angle of 248.67º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #473B8E is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7159142-
CMYK0.50.5800.44
HSL248.67º41.29%39.41%-
HSV(B)248.67º58.45%55.69%-
XYZ9.046.4226.35-
YUV72.05167.48127.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 59 (23.44% from 255) = 21.69%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=26.10%
G=21.69%
B=52.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71591420.50.5800.44248.6741.2939.41
Hex473B8E323A02Cf92927
Octal1077321662720543715147
Binary100011111101110001110110010111010010110011111001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,59,142); }

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

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

 a { background-color: rgb(71,59,142); }

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

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

 span { border-color: rgb(71,59,142); }

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