#474081

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

Shades of Dark Slate Blue #474081

Tints of Dark Slate Blue #474081

Color information

#474081 (or 0x474081) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 40 and 81. RGB value is (71,64,129). Sum of RGB (Red+Green+Blue) = 71+64+129=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #474081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474081 is #B8BF7E. Grayscale: #494949. Windows color (decimal): -12107647 or 8470599. OLE color: 8470599.

HSL color Cylindrical-coordinate representation of color #474081: hue angle of 246.46º degrees, saturation: 0.34, 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 #474081 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7164129-
CMYK0.450.5000.49
HSL246.46º33.68%37.84%-
HSV(B)246.46º50.39%50.59%-
XYZ8.396.5921.6-
YUV73.5159.32126.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 129 (50.78% from 255) = 48.86%
R=26.89%
G=24.24%
B=48.86%

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
Decimal71641290.450.5000.49246.4633.6837.84
Hex4740812D32031f62226
Octal10710020155620613664246
Binary1000111100000010000001101101110010011000111110110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474081; }

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

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

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

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

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

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

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

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