Html Css Color HEX #473F95 Dark Slate Blue

📋 copy color: '#473F95'

red 71 ◦ green 63 ◦ blue 149

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

Shades of Dark Slate Blue #473F95

Tints of Dark Slate Blue #473F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 25.09%
G = 22.26%
B = 52.65%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#473F95 (or 0x473F95) is known color: Dark Slate Blue. HEX triplet: 47, 3F and 95. RGB value is (71,63,149). Sum of RGB (Red+Green+Blue) = 71+63+149=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #473F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473F95 is #B8C06A. Grayscale: #4A4A4A. Windows color (decimal): -12107883 or 9781063. OLE color: 9781063.

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

Color convert

RGB 71 63 149 -
CMYK 0.52 0.58 0 0.42
HSL 245.58º 0.41% 0.42% -
HSV(B) 245.58º 0.58% 0.58% -
XYZ 9.8 7.06 29.28 -
YUV 75.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 71 63 149 0.52 0.58 0 0.42 245.58 0.41 0.42
Hex 47 3F 95 34 3A 0 2A F6 29 2A
Octal 107 77 225 64 72 0 52 366 51 52
Binary 1000111 111111 10010101 110100 111010 0 101010 11110110 101001 101010

Color Harmonies of #473F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F95

Black with #473F95

Text Example


Text Example

White with #473F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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