Html Css Color HEX #474187 Dark Slate Blue

📋 copy color: '#474187'

red 71 ◦ green 65 ◦ blue 135

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

Shades of Dark Slate Blue #474187

Tints of Dark Slate Blue #474187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.99%

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

R = 26.2%
G = 23.99%
B = 49.82%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#474187 (or 0x474187) is known color: Dark Slate Blue. HEX triplet: 47, 41 and 87. RGB value is (71,65,135). Sum of RGB (Red+Green+Blue) = 71+65+135=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #474187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474187 is #B8BE78. Grayscale: #4A4A4A. Windows color (decimal): -12107385 or 8864071. OLE color: 8864071.

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

Color convert

RGB 71 65 135 -
CMYK 0.47 0.52 0 0.47
HSL 245.14º 0.35% 0.39% -
HSV(B) 245.14º 0.52% 0.53% -
XYZ 8.86 6.87 23.78 -
YUV 74.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 71 65 135 0.47 0.52 0 0.47 245.14 0.35 0.39
Hex 47 41 87 2F 34 0 2F F5 23 27
Octal 107 101 207 57 64 0 57 365 43 47
Binary 1000111 1000001 10000111 101111 110100 0 101111 11110101 100011 100111

Color Harmonies of #474187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474187

Black with #474187

Text Example


Text Example

White with #474187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474187; }

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

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

background-color css

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

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

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

border-color css

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

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

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