#473C7B

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

Shades of Dark Slate Blue #473C7B

Tints of Dark Slate Blue #473C7B

Color information

#473C7B (or 0x473C7B) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3C and 7B. RGB value is (71,60,123). Sum of RGB (Red+Green+Blue) = 71+60+123=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #473C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C7B is #B8C384. Grayscale: #464646. Windows color (decimal): -12108677 or 8076359. OLE color: 8076359.

HSL color Cylindrical-coordinate representation of color #473C7B: hue angle of 250.48º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #473C7B is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7160123-
CMYK0.420.5100.52
HSL250.48º34.43%35.88%-
HSV(B)250.48º51.22%48.24%-
XYZ7.79619.49-
YUV70.47157.64128.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 60 (23.83% from 255) = 23.62%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=27.95%
G=23.62%
B=48.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71601230.420.5100.52250.4834.4335.88
Hex473C7B2A33034fa2224
Octal1077417352630643724244
Binary10001111111001111011101010110011011010011111010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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