#473E6B

Color #473E6B Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #473E6B

Tints of Meteorite #473E6B

Color information

#473E6B (or 0x473E6B) is unknown color: approx Meteorite. HEX triplet: 47, 3E and 6B. RGB value is (71,62,107). Sum of RGB (Red+Green+Blue) = 71+62+107=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #473E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E6B is #B8C194. Grayscale: #454545. Windows color (decimal): -12108181 or 7028295. OLE color: 7028295.

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

Color convert

RGB7162107-
CMYK0.340.4200.58
HSL252º26.63%33.14%-
HSV(B)252º42.06%41.96%-
XYZ6.975.8514.67-
YUV69.82148.98128.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=29.58%
G=25.83%
B=44.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71621070.340.4200.5825226.6333.14
Hex473E6B222A03Afc1b21
Octal1077615342520723743341
Binary1000111111110110101110001010101001110101111110011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,62,107); }

 H1.HeaderClassName
 {
   color: #473E6B;
 }
 .AnyTagClassName
 {
   color: #473E6B;
 }
</style>
background-color css

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

 a { background-color: rgb(71,62,107); }

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

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

 span { border-color: rgb(71,62,107); }

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