#473E60

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

Shades of Meteorite #473E60

Tints of Meteorite #473E60

Color information

#473E60 (or 0x473E60) is unknown color: approx Meteorite. HEX triplet: 47, 3E and 60. RGB value is (71,62,96). Sum of RGB (Red+Green+Blue) = 71+62+96=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #473E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E60 is #B8C19F. Grayscale: #444444. Windows color (decimal): -12108192 or 6307399. OLE color: 6307399.

HSL color Cylindrical-coordinate representation of color #473E60: hue angle of 255.88º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #473E60 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB716296-
CMYK0.260.3500.62
HSL255.88º21.52%30.98%-
HSV(B)255.88º35.42%37.65%-
XYZ6.435.6311.81-
YUV68.57143.48129.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=31.00%
G=27.07%
B=41.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7162960.260.3500.62255.8821.5230.98
Hex473E601A2303E100161f
Octal1077614032430764002637
Binary100011111111011000001101010001101111101000000001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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