Html Css Color HEX #473E89 Dark Slate Blue

📋 copy color: '#473E89'

red 71 ◦ green 62 ◦ blue 137

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

Shades of Dark Slate Blue #473E89

Tints of Dark Slate Blue #473E89

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.96%

 BLUE value IS 137 (53.91% from 255) = 50.74%

R = 26.3%
G = 22.96%
B = 50.74%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#473E89 (or 0x473E89) is known color: Dark Slate Blue. HEX triplet: 47, 3E and 89. RGB value is (71,62,137). Sum of RGB (Red+Green+Blue) = 71+62+137=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #473E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473E89 is #B8C176. Grayscale: #484848. Windows color (decimal): -12108151 or 8994375. OLE color: 8994375.

HSL color Cylindrical-coordinate representation of color #473E89: hue angle of 247.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #473E89 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 62 137 -
CMYK 0.48 0.55 0 0.46
HSL 247.2º 0.38% 0.39% -
HSV(B) 247.2º 0.55% 0.54% -
XYZ 8.84 6.59 24.47 -
YUV 73.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 71 62 137 0.48 0.55 0 0.46 247.2 0.38 0.39
Hex 47 3E 89 30 37 0 2E F7 26 27
Octal 107 76 211 60 67 0 56 367 46 47
Binary 1000111 111110 10001001 110000 110111 0 101110 11110111 100110 100111

Color Harmonies of #473E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E89

Black with #473E89

Text Example


Text Example

White with #473E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473E89; }

 p { color: rgb(71,62,137); }

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

background-color css

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

 a { background-color: rgb(71,62,137); }

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

border-color css

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

 span { border-color: rgb(71,62,137); }

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