Html Css Color HEX #473F91 Dark Slate Blue

📋 copy color: '#473F91'

red 71 ◦ green 63 ◦ blue 145

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

Shades of Dark Slate Blue #473F91

Tints of Dark Slate Blue #473F91

RGB

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

 GREEN value IS 63 (25% from 255) = 22.58%

 BLUE value IS 145 (57.03% from 255) = 51.97%

R = 25.45%
G = 22.58%
B = 51.97%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#473F91 (or 0x473F91) is known color: Dark Slate Blue. HEX triplet: 47, 3F and 91. RGB value is (71,63,145). Sum of RGB (Red+Green+Blue) = 71+63+145=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #473F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473F91 is #B8C06E. Grayscale: #4A4A4A. Windows color (decimal): -12107887 or 9518919. OLE color: 9518919.

HSL color Cylindrical-coordinate representation of color #473F91: hue angle of 245.85º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #473F91 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 63 145 -
CMYK 0.51 0.57 0 0.43
HSL 245.85º 0.39% 0.41% -
HSV(B) 245.85º 0.57% 0.57% -
XYZ 9.49 6.94 27.63 -
YUV 74.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 71 63 145 0.51 0.57 0 0.43 245.85 0.39 0.41
Hex 47 3F 91 33 39 0 2B F6 27 29
Octal 107 77 221 63 71 0 53 366 47 51
Binary 1000111 111111 10010001 110011 111001 0 101011 11110110 100111 101001

Color Harmonies of #473F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F91

Black with #473F91

Text Example


Text Example

White with #473F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,63,145); }

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

background-color css

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

 a { background-color: rgb(71,63,145); }

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

border-color css

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

 span { border-color: rgb(71,63,145); }

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