Html Css Color HEX #474695 Dark Slate Blue

📋 copy color: '#474695'

red 71 ◦ green 70 ◦ blue 149

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

Shades of Dark Slate Blue #474695

Tints of Dark Slate Blue #474695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

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

R = 24.48%
G = 24.14%
B = 51.38%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#474695 (or 0x474695) is known color: Dark Slate Blue. HEX triplet: 47, 46 and 95. RGB value is (71,70,149). Sum of RGB (Red+Green+Blue) = 71+70+149=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #474695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474695 is #B8B96A. Grayscale: #4E4E4E. Windows color (decimal): -12106091 or 9782855. OLE color: 9782855.

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

Color convert

RGB 71 70 149 -
CMYK 0.52 0.53 0 0.42
HSL 240.76º 0.36% 0.43% -
HSV(B) 240.76º 0.53% 0.58% -
XYZ 10.21 7.89 29.42 -
YUV 79.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 71 70 149 0.52 0.53 0 0.42 240.76 0.36 0.43
Hex 47 46 95 34 35 0 2A F1 24 2B
Octal 107 106 225 64 65 0 52 361 44 53
Binary 1000111 1000110 10010101 110100 110101 0 101010 11110001 100100 101011

Color Harmonies of #474695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474695

Black with #474695

Text Example


Text Example

White with #474695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474695; }

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

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

background-color css

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

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

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

border-color css

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

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

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