Html Css Color HEX #474197 Dark Slate Blue

📋 copy color: '#474197'

red 71 ◦ green 65 ◦ blue 151

#474197
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #474197

Tints of Dark Slate Blue #474197

RGB

 RED value IS 71 (28.13% 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 value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#474197 (or 0x474197) is known color: 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

RGB 71 65 151 -
CMYK 0.53 0.57 0 0.41
HSL 244.19º 0.4% 0.42% -
HSV(B) 244.19º 0.57% 0.59% -
XYZ 10.07 7.35 30.17 -
YUV 76.6 169.99 124.01 -
System Red Green Blue C M Y K H S L
Decimal 71 65 151 0.53 0.57 0 0.41 244.19 0.4 0.42
Hex 47 41 97 35 39 0 29 F4 28 2A
Octal 107 101 227 65 71 0 51 364 50 52
Binary 1000111 1000001 10010111 110101 111001 0 101001 11110100 101000 101010

Color Harmonies of #474197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474197

Black with #474197

Text Example


Text Example

White with #474197

Text Example


Text Example

HTML Codes & Css Web 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>