Html Css Color HEX #473F92 Dark Slate Blue

📋 copy color: '#473F92'

red 71 ◦ green 63 ◦ blue 146

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

Shades of Dark Slate Blue #473F92

Tints of Dark Slate Blue #473F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 25.36%
G = 22.5%
B = 52.14%

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

#473F92 (or 0x473F92) is known color: Dark Slate Blue. HEX triplet: 47, 3F and 92. RGB value is (71,63,146). Sum of RGB (Red+Green+Blue) = 71+63+146=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #473F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473F92 is #B8C06D. Grayscale: #4A4A4A. Windows color (decimal): -12107886 or 9584455. OLE color: 9584455.

HSL color Cylindrical-coordinate representation of color #473F92: hue angle of 245.78º degrees, saturation: 0.4, 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 #473F92 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 63 146 -
CMYK 0.51 0.57 0 0.43
HSL 245.78º 0.4% 0.41% -
HSV(B) 245.78º 0.57% 0.57% -
XYZ 9.56 6.97 28.04 -
YUV 74.85 168.15 125.25 -
System Red Green Blue C M Y K H S L
Decimal 71 63 146 0.51 0.57 0 0.43 245.78 0.4 0.41
Hex 47 3F 92 33 39 0 2B F6 28 29
Octal 107 77 222 63 71 0 53 366 50 51
Binary 1000111 111111 10010010 110011 111001 0 101011 11110110 101000 101001

Color Harmonies of #473F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F92

Black with #473F92

Text Example


Text Example

White with #473F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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