#473B85

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

Shades of Dark Slate Blue #473B85

Tints of Dark Slate Blue #473B85

Color information

#473B85 (or 0x473B85) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3B and 85. RGB value is (71,59,133). Sum of RGB (Red+Green+Blue) = 71+59+133=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #473B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473B85 is #B8C47A. Grayscale: #464646. Windows color (decimal): -12108923 or 8731463. OLE color: 8731463.

HSL color Cylindrical-coordinate representation of color #473B85: hue angle of 249.73º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #473B85 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7159133-
CMYK0.470.5600.48
HSL249.73º38.54%37.65%-
HSV(B)249.73º55.64%52.16%-
XYZ8.46.1622.94-
YUV71.02162.98127.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=27.00%
G=22.43%
B=50.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71591330.470.5600.48249.7338.5437.65
Hex473B852F38030fa2726
Octal1077320557700603724746
Binary100011111101110000101101111111000011000011111010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,59,133); }

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

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

 a { background-color: rgb(71,59,133); }

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

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

 span { border-color: rgb(71,59,133); }

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