#473D8C

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

Shades of Dark Slate Blue #473D8C

Tints of Dark Slate Blue #473D8C

Color information

#473D8C (or 0x473D8C) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3D and 8C. RGB value is (71,61,140). Sum of RGB (Red+Green+Blue) = 71+61+140=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #473D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473D8C is #B8C273. Grayscale: #484848. Windows color (decimal): -12108404 or 9190727. OLE color: 9190727.

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

Color convert

RGB7161140-
CMYK0.490.5600.45
HSL247.59º39.3%39.41%-
HSV(B)247.59º56.43%54.9%-
XYZ96.5725.6-
YUV73165.81126.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=26.10%
G=22.43%
B=51.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71611400.490.5600.45247.5939.339.41
Hex473D8C313802Df82727
Octal1077521461700553704747
Binary100011111110110001100110001111000010110111111000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,61,140); }

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

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

 a { background-color: rgb(71,61,140); }

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

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

 span { border-color: rgb(71,61,140); }

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