#473C7D

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

Shades of Dark Slate Blue #473C7D

Tints of Dark Slate Blue #473C7D

Color information

#473C7D (or 0x473C7D) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3C and 7D. RGB value is (71,60,125). Sum of RGB (Red+Green+Blue) = 71+60+125=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #473C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C7D is #B8C382. Grayscale: #464646. Windows color (decimal): -12108675 or 8207431. OLE color: 8207431.

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

Color convert

RGB7160125-
CMYK0.430.5200.51
HSL250.15º35.14%36.27%-
HSV(B)250.15º52%49.02%-
XYZ7.926.0520.15-
YUV70.7158.64128.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 60 (23.83% from 255) = 23.44%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=27.73%
G=23.44%
B=48.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71601250.430.5200.51250.1535.1436.27
Hex473C7D2B34033fa2324
Octal1077417553640633724344
Binary10001111111001111101101011110100011001111111010100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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