#473B8B

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

Shades of Dark Slate Blue #473B8B

Tints of Dark Slate Blue #473B8B

Color information

#473B8B (or 0x473B8B) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3B and 8B. RGB value is (71,59,139). Sum of RGB (Red+Green+Blue) = 71+59+139=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #473B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473B8B is #B8C474. Grayscale: #474747. Windows color (decimal): -12108917 or 9124679. OLE color: 9124679.

HSL color Cylindrical-coordinate representation of color #473B8B: hue angle of 249º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #473B8B is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7159139-
CMYK0.490.5800.45
HSL249º40.4%38.82%-
HSV(B)249º57.55%54.51%-
XYZ8.826.3325.18-
YUV71.71165.98127.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 59 (23.44% from 255) = 21.93%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=26.39%
G=21.93%
B=51.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71591390.490.5800.4524940.438.82
Hex473B8B313A02Df92827
Octal1077321361720553715047
Binary100011111101110001011110001111010010110111111001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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