#473f8a

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

Shades of Dark Slate Blue #473F8A

Tints of Dark Slate Blue #473F8A

Color information

#473F8A (or 0x473F8A) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3F and 8A. RGB value is (71,63,138). Sum of RGB (Red+Green+Blue) = 71+63+138=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #473F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473F8A is #B8C075. Grayscale: #494949. Windows color (decimal): -12107894 or 9060167. OLE color: 9060167.

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

Color convert

RGB7163138-
CMYK0.490.5400.46
HSL246.4º37.31%39.41%-
HSV(B)246.4º54.35%54.12%-
XYZ8.966.7324.87-
YUV73.94164.15125.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=26.10%
G=23.16%
B=50.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71631380.490.5400.46246.437.3139.41
Hex473F8A313602Ef62527
Octal1077721261660563664547
Binary100011111111110001010110001110110010111011110110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473f8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,63,138); }

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

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

 a { background-color: rgb(71,63,138); }

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

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

 span { border-color: rgb(71,63,138); }

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