Html Css Color HEX #474587 Dark Slate Blue

📋 copy color: '#474587'

red 71 ◦ green 69 ◦ blue 135

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

Shades of Dark Slate Blue #474587

Tints of Dark Slate Blue #474587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.09%

R = 25.82%
G = 25.09%
B = 49.09%

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

#474587 (or 0x474587) is known color: Dark Slate Blue. HEX triplet: 47, 45 and 87. RGB value is (71,69,135). Sum of RGB (Red+Green+Blue) = 71+69+135=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #474587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474587 is #B8BA78. Grayscale: #4C4C4C. Windows color (decimal): -12106361 or 8865095. OLE color: 8865095.

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

Color convert

RGB 71 69 135 -
CMYK 0.47 0.49 0 0.47
HSL 241.82º 0.32% 0.4% -
HSV(B) 241.82º 0.49% 0.53% -
XYZ 9.1 7.35 23.86 -
YUV 77.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 71 69 135 0.47 0.49 0 0.47 241.82 0.32 0.4
Hex 47 45 87 2F 31 0 2F F2 20 28
Octal 107 105 207 57 61 0 57 362 40 50
Binary 1000111 1000101 10000111 101111 110001 0 101111 11110010 100000 101000

Color Harmonies of #474587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474587

Black with #474587

Text Example


Text Example

White with #474587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474587; }

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

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

background-color css

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

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

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

border-color css

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

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

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