#474181

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

Shades of Dark Slate Blue #474181

Tints of Dark Slate Blue #474181

Color information

#474181 (or 0x474181) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 41 and 81. RGB value is (71,65,129). Sum of RGB (Red+Green+Blue) = 71+65+129=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #474181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474181 is #B8BE7E. Grayscale: #494949. Windows color (decimal): -12107391 or 8470855. OLE color: 8470855.

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

Color convert

RGB7165129-
CMYK0.450.5000.49
HSL245.62º32.99%38.04%-
HSV(B)245.62º49.61%50.59%-
XYZ8.456.7121.62-
YUV74.09158.99125.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 129 (50.78% from 255) = 48.68%
R=26.79%
G=24.53%
B=48.68%

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
Decimal71651290.450.5000.49245.6232.9938.04
Hex4741812D32031f62126
Octal10710120155620613664146
Binary1000111100000110000001101101110010011000111110110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474181; }

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

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

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

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

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

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

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

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