#474085

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

Shades of Dark Slate Blue #474085

Tints of Dark Slate Blue #474085

Color information

#474085 (or 0x474085) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 40 and 85. RGB value is (71,64,133). Sum of RGB (Red+Green+Blue) = 71+64+133=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #474085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474085 is #B8BF7A. Grayscale: #494949. Windows color (decimal): -12107643 or 8732743. OLE color: 8732743.

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

Color convert

RGB7164133-
CMYK0.470.5200.48
HSL246.09º35.03%38.63%-
HSV(B)246.09º51.88%52.16%-
XYZ8.676.723.03-
YUV73.96161.32125.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 133 (52.34% from 255) = 49.63%
R=26.49%
G=23.88%
B=49.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71641330.470.5200.48246.0935.0338.63
Hex4740852F34030f62327
Octal10710020557640603664347
Binary1000111100000010000101101111110100011000011110110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474085; }

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

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

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

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

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

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

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

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