#474182

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

Shades of Dark Slate Blue #474182

Tints of Dark Slate Blue #474182

Color information

#474182 (or 0x474182) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 41 and 82. RGB value is (71,65,130). Sum of RGB (Red+Green+Blue) = 71+65+130=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #474182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474182 is #B8BE7D. Grayscale: #494949. Windows color (decimal): -12107390 or 8536391. OLE color: 8536391.

HSL color Cylindrical-coordinate representation of color #474182: hue angle of 245.54º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #474182 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7165130-
CMYK0.450.5000.49
HSL245.54º33.33%38.24%-
HSV(B)245.54º50%50.98%-
XYZ8.526.7321.97-
YUV74.2159.49125.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=26.69%
G=24.44%
B=48.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71651300.450.5000.49245.5433.3338.24
Hex4741822D32031f62126
Octal10710120255620613664146
Binary1000111100000110000010101101110010011000111110110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474182; }

 p { color: rgb(71,65,130); }

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

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

 a { background-color: rgb(71,65,130); }

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

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

 span { border-color: rgb(71,65,130); }

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