#474197

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

Shades of Dark Slate Blue #474197

Tints of Dark Slate Blue #474197

Color information

#474197 (or 0x474197) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 41 and 97. RGB value is (71,65,151). Sum of RGB (Red+Green+Blue) = 71+65+151=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #474197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474197 is #B8BE68. Grayscale: #4C4C4C. Windows color (decimal): -12107369 or 9912647. OLE color: 9912647.

HSL color Cylindrical-coordinate representation of color #474197: hue angle of 244.19º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #474197 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7165151-
CMYK0.530.5700.41
HSL244.19º39.81%42.35%-
HSV(B)244.19º56.95%59.22%-
XYZ10.077.3530.17-
YUV76.6169.99124.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=24.74%
G=22.65%
B=52.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71651510.530.5700.41244.1939.8142.35
Hex4741973539029f4282a
Octal10710122765710513645052
Binary1000111100000110010111110101111001010100111110100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474197; }

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

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

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

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

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

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

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

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