#473C5E

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

Shades of Meteorite #473C5E

Tints of Meteorite #473C5E

Color information

#473C5E (or 0x473C5E) is unknown color: approx Meteorite. HEX triplet: 47, 3C and 5E. RGB value is (71,60,94). Sum of RGB (Red+Green+Blue) = 71+60+94=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #473C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C5E is #B8C3A1. Grayscale: #434343. Windows color (decimal): -12108706 or 6175815. OLE color: 6175815.

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

Color convert

RGB716094-
CMYK0.240.3600.63
HSL259.41º22.08%30.2%-
HSV(B)259.41º36.17%36.86%-
XYZ6.235.3811.3-
YUV67.16143.14130.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=31.56%
G=26.67%
B=41.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7160940.240.3600.63259.4122.0830.2
Hex473C5E182403F103161e
Octal1077413630440774032636
Binary100011111110010111101100010010001111111000000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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