#473D5E

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

Shades of Meteorite #473D5E

Tints of Meteorite #473D5E

Color information

#473D5E (or 0x473D5E) is unknown color: approx Meteorite. HEX triplet: 47, 3D and 5E. RGB value is (71,61,94). Sum of RGB (Red+Green+Blue) = 71+61+94=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #473D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D5E is #B8C2A1. Grayscale: #434343. Windows color (decimal): -12108450 or 6176071. OLE color: 6176071.

HSL color Cylindrical-coordinate representation of color #473D5E: hue angle of 258.18º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #473D5E is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB716194-
CMYK0.240.3500.63
HSL258.18º21.29%30.39%-
HSV(B)258.18º35.11%36.86%-
XYZ6.295.4911.32-
YUV67.75142.81130.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=31.42%
G=26.99%
B=41.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7161940.240.3500.63258.1821.2930.39
Hex473D5E182303F102151e
Octal1077513630430774022536
Binary100011111110110111101100010001101111111000000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,61,94); }

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

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

 a { background-color: rgb(71,61,94); }

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

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

 span { border-color: rgb(71,61,94); }

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