#473660

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

Shades of Meteorite #473660

Tints of Meteorite #473660

Color information

#473660 (or 0x473660) is unknown color: approx Meteorite. HEX triplet: 47, 36 and 60. RGB value is (71,54,96). Sum of RGB (Red+Green+Blue) = 71+54+96=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #473660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473660 is #B8C99F. Grayscale: #3F3F3F. Windows color (decimal): -12110240 or 6305351. OLE color: 6305351.

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

Color convert

RGB715496-
CMYK0.260.4400.62
HSL264.29º28%29.41%-
HSV(B)264.29º43.75%37.65%-
XYZ6.034.8211.68-
YUV63.87146.13133.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=32.13%
G=24.43%
B=43.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7154960.260.4400.62264.292829.41
Hex4736601A2C03E1081c1d
Octal1076614032540764103435
Binary100011111011011000001101010110001111101000010001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473660; }

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

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

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

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

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

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

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

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