Html Css Color HEX #473987 Dark Slate Blue

📋 copy color: '#473987'

red 71 ◦ green 57 ◦ blue 135

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

Shades of Dark Slate Blue #473987

Tints of Dark Slate Blue #473987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.67%

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

R = 27%
G = 21.67%
B = 51.33%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#473987 (or 0x473987) is known color: Dark Slate Blue. HEX triplet: 47, 39 and 87. RGB value is (71,57,135). Sum of RGB (Red+Green+Blue) = 71+57+135=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #473987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473987 is #B8C678. Grayscale: #454545. Windows color (decimal): -12109433 or 8862023. OLE color: 8862023.

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

Color convert

RGB 71 57 135 -
CMYK 0.47 0.58 0 0.47
HSL 250.77º 0.41% 0.38% -
HSV(B) 250.77º 0.58% 0.53% -
XYZ 8.43 6.02 23.64 -
YUV 70.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 71 57 135 0.47 0.58 0 0.47 250.77 0.41 0.38
Hex 47 39 87 2F 3A 0 2F FB 29 26
Octal 107 71 207 57 72 0 57 373 51 46
Binary 1000111 111001 10000111 101111 111010 0 101111 11111011 101001 100110

Color Harmonies of #473987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473987

Black with #473987

Text Example


Text Example

White with #473987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473987; }

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

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

background-color css

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

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

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

border-color css

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

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

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