#473A7D

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

Shades of Dark Slate Blue #473A7D

Tints of Dark Slate Blue #473A7D

Color information

#473A7D (or 0x473A7D) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3A and 7D. RGB value is (71,58,125). Sum of RGB (Red+Green+Blue) = 71+58+125=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #473A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A7D is #B8C582. Grayscale: #454545. Windows color (decimal): -12109187 or 8206919. OLE color: 8206919.

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

Color convert

RGB7158125-
CMYK0.430.5400.51
HSL251.64º36.61%35.88%-
HSV(B)251.64º53.6%49.02%-
XYZ7.815.8520.12-
YUV69.53159.31129.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 125 (49.22% from 255) = 49.21%
R=27.95%
G=22.83%
B=49.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71581250.430.5400.51251.6436.6135.88
Hex473A7D2B36033fc2524
Octal1077217553660633744544
Binary10001111110101111101101011110110011001111111100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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