Html Css Color HEX #474584 Dark Slate Blue

📋 copy color: '#474584'

red 71 ◦ green 69 ◦ blue 132

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

Shades of Dark Slate Blue #474584

Tints of Dark Slate Blue #474584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.53%

R = 26.1%
G = 25.37%
B = 48.53%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#474584 (or 0x474584) is known color: Dark Slate Blue. HEX triplet: 47, 45 and 84. RGB value is (71,69,132). Sum of RGB (Red+Green+Blue) = 71+69+132=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #474584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474584 is #B8BA7B. Grayscale: #4C4C4C. Windows color (decimal): -12106364 or 8668487. OLE color: 8668487.

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

Color convert

RGB 71 69 132 -
CMYK 0.46 0.48 0 0.48
HSL 241.9º 0.31% 0.39% -
HSV(B) 241.9º 0.48% 0.52% -
XYZ 8.89 7.26 22.76 -
YUV 76.78 159.16 123.88 -
System Red Green Blue C M Y K H S L
Decimal 71 69 132 0.46 0.48 0 0.48 241.9 0.31 0.39
Hex 47 45 84 2E 30 0 30 F2 1F 27
Octal 107 105 204 56 60 0 60 362 37 47
Binary 1000111 1000101 10000100 101110 110000 0 110000 11110010 11111 100111

Color Harmonies of #474584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474584

Black with #474584

Text Example


Text Example

White with #474584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474584; }

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

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

background-color css

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

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

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

border-color css

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

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

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