Html Css Color HEX #474295 Dark Slate Blue

📋 copy color: '#474295'

red 71 ◦ green 66 ◦ blue 149

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

Shades of Dark Slate Blue #474295

Tints of Dark Slate Blue #474295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

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

R = 24.83%
G = 23.08%
B = 52.1%

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

#474295 (or 0x474295) is known color: Dark Slate Blue. HEX triplet: 47, 42 and 95. RGB value is (71,66,149). Sum of RGB (Red+Green+Blue) = 71+66+149=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #474295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474295 is #B8BD6A. Grayscale: #4C4C4C. Windows color (decimal): -12107115 or 9781831. OLE color: 9781831.

HSL color Cylindrical-coordinate representation of color #474295: hue angle of 243.61º 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 #474295 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 66 149 -
CMYK 0.52 0.56 0 0.42
HSL 243.61º 0.39% 0.42% -
HSV(B) 243.61º 0.56% 0.58% -
XYZ 9.97 7.41 29.34 -
YUV 76.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 71 66 149 0.52 0.56 0 0.42 243.61 0.39 0.42
Hex 47 42 95 34 38 0 2A F4 27 2A
Octal 107 102 225 64 70 0 52 364 47 52
Binary 1000111 1000010 10010101 110100 111000 0 101010 11110100 100111 101010

Color Harmonies of #474295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474295

Black with #474295

Text Example


Text Example

White with #474295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474295; }

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

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

background-color css

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

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

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

border-color css

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

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

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