#473885

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

Shades of Dark Slate Blue #473885

Tints of Dark Slate Blue #473885

Color information

#473885 (or 0x473885) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 38 and 85. RGB value is (71,56,133). Sum of RGB (Red+Green+Blue) = 71+56+133=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #473885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473885 is #B8C77A. Grayscale: #444444. Windows color (decimal): -12109691 or 8730695. OLE color: 8730695.

HSL color Cylindrical-coordinate representation of color #473885: hue angle of 251.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #473885 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7156133-
CMYK0.470.5800.48
HSL251.69º40.74%37.06%-
HSV(B)251.69º57.89%52.16%-
XYZ8.255.8622.89-
YUV69.26163.97129.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 133 (52.34% from 255) = 51.15%
R=27.31%
G=21.54%
B=51.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71561330.470.5800.48251.6940.7437.06
Hex4738852F3A030fc2925
Octal1077020557720603745145
Binary100011111100010000101101111111010011000011111100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473885; }

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

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

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

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

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

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

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

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