#474597

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

Shades of Dark Slate Blue #474597

Tints of Dark Slate Blue #474597

Color information

#474597 (or 0x474597) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 45 and 97. RGB value is (71,69,151). Sum of RGB (Red+Green+Blue) = 71+69+151=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #474597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474597 is #B8BA68. Grayscale: #4E4E4E. Windows color (decimal): -12106345 or 9913671. OLE color: 9913671.

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

Color convert

RGB7169151-
CMYK0.530.5400.41
HSL241.46º37.27%43.14%-
HSV(B)241.46º54.3%59.22%-
XYZ10.317.8330.25-
YUV78.95168.66122.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 151 (59.38% from 255) = 51.89%
R=24.40%
G=23.71%
B=51.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71691510.530.5400.41241.4637.2743.14
Hex4745973536029f1252b
Octal10710522765660513614553
Binary1000111100010110010111110101110110010100111110001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474597; }

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

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

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

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

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

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

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

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