#474584

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

Shades of Dark Slate Blue #474584

Tints of Dark Slate Blue #474584

Color information

#474584 (or 0x474584) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 45 and 84. RGB value is (71,69,132). Sum of RGB (Red+Green+Blue) = 71+69+132=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #474584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474584 is #B8BA7B. Grayscale: #4C4C4C. Windows color (decimal): -12106364 or 8668487. OLE color: 8668487.

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

Color convert

RGB7169132-
CMYK0.460.4800.48
HSL241.9º31.34%39.41%-
HSV(B)241.9º47.73%51.76%-
XYZ8.897.2622.76-
YUV76.78159.16123.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 132 (51.95% from 255) = 48.53%
R=26.10%
G=25.37%
B=48.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71691320.460.4800.48241.931.3439.41
Hex4745842E30030f21f27
Octal10710520456600603623747
Binary100011110001011000010010111011000001100001111001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474584; }

 p { color: rgb(71,69,132); }

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

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

 a { background-color: rgb(71,69,132); }

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

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

 span { border-color: rgb(71,69,132); }

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