Html Css Color HEX #474087 Dark Slate Blue

📋 copy color: '#474087'

red 71 ◦ green 64 ◦ blue 135

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

Shades of Dark Slate Blue #474087

Tints of Dark Slate Blue #474087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

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

R = 26.3%
G = 23.7%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#474087 (or 0x474087) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 87. RGB value is (71,64,135). Sum of RGB (Red+Green+Blue) = 71+64+135=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #474087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474087 is #B8BF78. Grayscale: #494949. Windows color (decimal): -12107641 or 8863815. OLE color: 8863815.

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

Color convert

RGB 71 64 135 -
CMYK 0.47 0.53 0 0.47
HSL 245.92º 0.36% 0.39% -
HSV(B) 245.92º 0.53% 0.53% -
XYZ 8.81 6.76 23.76 -
YUV 74.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 71 64 135 0.47 0.53 0 0.47 245.92 0.36 0.39
Hex 47 40 87 2F 35 0 2F F6 24 27
Octal 107 100 207 57 65 0 57 366 44 47
Binary 1000111 1000000 10000111 101111 110101 0 101111 11110110 100100 100111

Color Harmonies of #474087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474087

Black with #474087

Text Example


Text Example

White with #474087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474087; }

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

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

background-color css

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

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

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

border-color css

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

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

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