Html Css Color HEX #473F93 Dark Slate Blue

📋 copy color: '#473F93'

red 71 ◦ green 63 ◦ blue 147

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

Shades of Dark Slate Blue #473F93

Tints of Dark Slate Blue #473F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 25.27%
G = 22.42%
B = 52.31%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#473F93 (or 0x473F93) is known color: Dark Slate Blue. HEX triplet: 47, 3F and 93. RGB value is (71,63,147). Sum of RGB (Red+Green+Blue) = 71+63+147=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #473F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473F93 is #B8C06C. Grayscale: #4A4A4A. Windows color (decimal): -12107885 or 9649991. OLE color: 9649991.

HSL color Cylindrical-coordinate representation of color #473F93: hue angle of 245.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #473F93 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 63 147 -
CMYK 0.52 0.57 0 0.42
HSL 245.71º 0.4% 0.41% -
HSV(B) 245.71º 0.57% 0.58% -
XYZ 9.64 7 28.45 -
YUV 74.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 71 63 147 0.52 0.57 0 0.42 245.71 0.4 0.41
Hex 47 3F 93 34 39 0 2A F6 28 29
Octal 107 77 223 64 71 0 52 366 50 51
Binary 1000111 111111 10010011 110100 111001 0 101010 11110110 101000 101001

Color Harmonies of #473F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F93

Black with #473F93

Text Example


Text Example

White with #473F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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