Html Css Color HEX #474588 Dark Slate Blue

📋 copy color: '#474588'

red 71 ◦ green 69 ◦ blue 136

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

Shades of Dark Slate Blue #474588

Tints of Dark Slate Blue #474588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.28%

R = 25.72%
G = 25%
B = 49.28%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#474588 (or 0x474588) is known color: Dark Slate Blue. HEX triplet: 47, 45 and 88. RGB value is (71,69,136). Sum of RGB (Red+Green+Blue) = 71+69+136=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #474588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474588 is #B8BA77. Grayscale: #4C4C4C. Windows color (decimal): -12106360 or 8930631. OLE color: 8930631.

HSL color Cylindrical-coordinate representation of color #474588: hue angle of 241.79º degrees, saturation: 0.33, 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 #474588 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 69 136 -
CMYK 0.48 0.49 0 0.47
HSL 241.79º 0.33% 0.4% -
HSV(B) 241.79º 0.49% 0.53% -
XYZ 9.17 7.37 24.23 -
YUV 77.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 71 69 136 0.48 0.49 0 0.47 241.79 0.33 0.4
Hex 47 45 88 30 31 0 2F F2 21 28
Octal 107 105 210 60 61 0 57 362 41 50
Binary 1000111 1000101 10001000 110000 110001 0 101111 11110010 100001 101000

Color Harmonies of #474588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474588

Black with #474588

Text Example


Text Example

White with #474588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474588; }

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

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

background-color css

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

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

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

border-color css

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

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

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