Html Css Color HEX #474195 Dark Slate Blue

📋 copy color: '#474195'

red 71 ◦ green 65 ◦ blue 149

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

Shades of Dark Slate Blue #474195

Tints of Dark Slate Blue #474195

RGB

 RED value IS 71 (28.13% from 255) = 24.91%

 GREEN value IS 65 (25.78% from 255) = 22.81%

 BLUE value IS 149 (58.59% from 255) = 52.28%

R = 24.91%
G = 22.81%
B = 52.28%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#474195 (or 0x474195) is known color: Dark Slate Blue. HEX triplet: 47, 41 and 95. RGB value is (71,65,149). Sum of RGB (Red+Green+Blue) = 71+65+149=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #474195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474195 is #B8BE6A. Grayscale: #4C4C4C. Windows color (decimal): -12107371 or 9781575. OLE color: 9781575.

HSL color Cylindrical-coordinate representation of color #474195: hue angle of 244.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #474195 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 65 149 -
CMYK 0.52 0.56 0 0.42
HSL 244.29º 0.39% 0.42% -
HSV(B) 244.29º 0.56% 0.58% -
XYZ 9.91 7.29 29.32 -
YUV 76.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 71 65 149 0.52 0.56 0 0.42 244.29 0.39 0.42
Hex 47 41 95 34 38 0 2A F4 27 2A
Octal 107 101 225 64 70 0 52 364 47 52
Binary 1000111 1000001 10010101 110100 111000 0 101010 11110100 100111 101010

Color Harmonies of #474195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474195

Black with #474195

Text Example


Text Example

White with #474195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474195; }

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

 H1.HeaderClassName
 {
   color: #474195;
 }
 .AnyTagClassName
 {
   color: #474195;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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