Html Css Color HEX #473C89 Dark Slate Blue

📋 copy color: '#473C89'

red 71 ◦ green 60 ◦ blue 137

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

Shades of Dark Slate Blue #473C89

Tints of Dark Slate Blue #473C89

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.39%

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

R = 26.49%
G = 22.39%
B = 51.12%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#473C89 (or 0x473C89) is known color: Dark Slate Blue. HEX triplet: 47, 3C and 89. RGB value is (71,60,137). Sum of RGB (Red+Green+Blue) = 71+60+137=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #473C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C89 is #B8C376. Grayscale: #474747. Windows color (decimal): -12108663 or 8993863. OLE color: 8993863.

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

Color convert

RGB 71 60 137 -
CMYK 0.48 0.56 0 0.46
HSL 248.57º 0.39% 0.39% -
HSV(B) 248.57º 0.56% 0.54% -
XYZ 8.73 6.38 24.44 -
YUV 72.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 71 60 137 0.48 0.56 0 0.46 248.57 0.39 0.39
Hex 47 3C 89 30 38 0 2E F9 27 27
Octal 107 74 211 60 70 0 56 371 47 47
Binary 1000111 111100 10001001 110000 111000 0 101110 11111001 100111 100111

Color Harmonies of #473C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C89

Black with #473C89

Text Example


Text Example

White with #473C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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