#473E5B

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

Shades of Meteorite #473E5B

Tints of Meteorite #473E5B

Color information

#473E5B (or 0x473E5B) is unknown color: approx Meteorite. HEX triplet: 47, 3E and 5B. RGB value is (71,62,91). Sum of RGB (Red+Green+Blue) = 71+62+91=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #473E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E5B is #B8C1A4. Grayscale: #434343. Windows color (decimal): -12108197 or 5979719. OLE color: 5979719.

HSL color Cylindrical-coordinate representation of color #473E5B: hue angle of 258.62º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473E5B is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB716291-
CMYK0.220.3200.64
HSL258.62º18.95%30%-
HSV(B)258.62º31.87%35.69%-
XYZ6.215.5410.64-
YUV68140.98130.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=31.70%
G=27.68%
B=40.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7162910.220.3200.64258.6218.9530
Hex473E5B1620040103131e
Octal10776133264001004032336
Binary1000111111110101101110110100000010000001000000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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