#473560

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

Shades of Meteorite #473560

Tints of Meteorite #473560

Color information

#473560 (or 0x473560) is unknown color: approx Meteorite. HEX triplet: 47, 35 and 60. RGB value is (71,53,96). Sum of RGB (Red+Green+Blue) = 71+53+96=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #473560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473560 is #B8CA9F. Grayscale: #3F3F3F. Windows color (decimal): -12110496 or 6305095. OLE color: 6305095.

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

Color convert

RGB715396-
CMYK0.260.4500.62
HSL265.12º28.86%29.22%-
HSV(B)265.12º44.79%37.65%-
XYZ5.984.7311.66-
YUV63.28146.46133.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=32.27%
G=24.09%
B=43.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7153960.260.4500.62265.1228.8629.22
Hex4735601A2D03E1091d1d
Octal1076514032550764113535
Binary100011111010111000001101010110101111101000010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473560; }

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

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

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

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

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

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

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

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