#473A5E

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

Shades of Meteorite #473A5E

Tints of Meteorite #473A5E

Color information

#473A5E (or 0x473A5E) is unknown color: approx Meteorite. HEX triplet: 47, 3A and 5E. RGB value is (71,58,94). Sum of RGB (Red+Green+Blue) = 71+58+94=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #473A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A5E is #B8C5A1. Grayscale: #414141. Windows color (decimal): -12109218 or 6175303. OLE color: 6175303.

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

Color convert

RGB715894-
CMYK0.240.3800.63
HSL261.67º23.68%29.8%-
HSV(B)261.67º38.3%36.86%-
XYZ6.135.1711.27-
YUV65.99143.81131.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=31.84%
G=26.01%
B=42.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7158940.240.3800.63261.6723.6829.8
Hex473A5E182603F106181e
Octal1077213630460774063036
Binary100011111101010111101100010011001111111000001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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