Html Css Color HEX #474586 Dark Slate Blue

📋 copy color: '#474586'

red 71 ◦ green 69 ◦ blue 134

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

Shades of Dark Slate Blue #474586

Tints of Dark Slate Blue #474586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.18%

 BLUE value IS 134 (52.73% from 255) = 48.91%

R = 25.91%
G = 25.18%
B = 48.91%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#474586 (or 0x474586) is known color: Dark Slate Blue. HEX triplet: 47, 45 and 86. RGB value is (71,69,134). Sum of RGB (Red+Green+Blue) = 71+69+134=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #474586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474586 is #B8BA79. Grayscale: #4C4C4C. Windows color (decimal): -12106362 or 8799559. OLE color: 8799559.

HSL color Cylindrical-coordinate representation of color #474586: hue angle of 241.85º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #474586 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 69 134 -
CMYK 0.47 0.49 0 0.47
HSL 241.85º 0.32% 0.4% -
HSV(B) 241.85º 0.49% 0.53% -
XYZ 9.03 7.32 23.49 -
YUV 77.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 71 69 134 0.47 0.49 0 0.47 241.85 0.32 0.4
Hex 47 45 86 2F 31 0 2F F2 20 28
Octal 107 105 206 57 61 0 57 362 40 50
Binary 1000111 1000101 10000110 101111 110001 0 101111 11110010 100000 101000

Color Harmonies of #474586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474586

Black with #474586

Text Example


Text Example

White with #474586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474586; }

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

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

background-color css

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

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

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

border-color css

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

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

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