#473460

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

Shades of Meteorite #473460

Tints of Meteorite #473460

Color information

#473460 (or 0x473460) is unknown color: approx Meteorite. HEX triplet: 47, 34 and 60. RGB value is (71,52,96). Sum of RGB (Red+Green+Blue) = 71+52+96=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #473460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473460 is #B8CB9F. Grayscale: #3E3E3E. Windows color (decimal): -12110752 or 6304839. OLE color: 6304839.

HSL color Cylindrical-coordinate representation of color #473460: hue angle of 265.91º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #473460 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB715296-
CMYK0.260.4600.62
HSL265.91º29.73%29.02%-
HSV(B)265.91º45.83%37.65%-
XYZ5.944.6411.65-
YUV62.7146.79133.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=32.42%
G=23.74%
B=43.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7152960.260.4600.62265.9129.7329.02
Hex4734601A2E03E10a1e1d
Octal1076414032560764123635
Binary100011111010011000001101010111001111101000010101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473460; }

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

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

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

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

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

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

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

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