#474281

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

Shades of Dark Slate Blue #474281

Tints of Dark Slate Blue #474281

Color information

#474281 (or 0x474281) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 42 and 81. RGB value is (71,66,129). Sum of RGB (Red+Green+Blue) = 71+66+129=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #474281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474281 is #B8BD7E. Grayscale: #4A4A4A. Windows color (decimal): -12107135 or 8471111. OLE color: 8471111.

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

Color convert

RGB7166129-
CMYK0.450.4900.49
HSL244.76º32.31%38.24%-
HSV(B)244.76º48.84%50.59%-
XYZ8.516.8221.64-
YUV74.68158.66125.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 129 (50.78% from 255) = 48.50%
R=26.69%
G=24.81%
B=48.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71661290.450.4900.49244.7632.3138.24
Hex4742812D31031f52026
Octal10710220155610613654046
Binary1000111100001010000001101101110001011000111110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474281; }

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

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

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

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

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

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

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

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