#473C8D

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

Shades of Dark Slate Blue #473C8D

Tints of Dark Slate Blue #473C8D

Color information

#473C8D (or 0x473C8D) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3C and 8D. RGB value is (71,60,141). Sum of RGB (Red+Green+Blue) = 71+60+141=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #473C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C8D is #B8C372. Grayscale: #484848. Windows color (decimal): -12108659 or 9256007. OLE color: 9256007.

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

Color convert

RGB7160141-
CMYK0.500.5700.45
HSL248.15º40.3%39.41%-
HSV(B)248.15º57.45%55.29%-
XYZ9.026.4925.98-
YUV72.52166.64126.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 60 (23.83% from 255) = 22.06%
BLUE value IS 141 (55.47% from 255) = 51.84%
R=26.10%
G=22.06%
B=51.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71601410.500.5700.45248.1540.339.41
Hex473C8D323902Df82827
Octal1077421562710553705047
Binary100011111110010001101110010111001010110111111000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,60,141); }

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

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

 a { background-color: rgb(71,60,141); }

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

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

 span { border-color: rgb(71,60,141); }

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