#474180

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

Shades of Dark Slate Blue #474180

Tints of Dark Slate Blue #474180

Color information

#474180 (or 0x474180) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 41 and 80. RGB value is (71,65,128). Sum of RGB (Red+Green+Blue) = 71+65+128=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #474180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474180 is #B8BE7F. Grayscale: #494949. Windows color (decimal): -12107392 or 8405319. OLE color: 8405319.

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

Color convert

RGB7165128-
CMYK0.450.4900.50
HSL245.71º32.64%37.84%-
HSV(B)245.71º49.22%50.2%-
XYZ8.396.6821.27-
YUV73.98158.49125.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=26.89%
G=24.62%
B=48.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71651280.450.4900.50245.7132.6437.84
Hex4741802D31032f62126
Octal10710120055610623664146
Binary1000111100000110000000101101110001011001011110110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474180; }

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

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

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

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

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

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

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

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