#473263

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

Shades of Meteorite #473263

Tints of Meteorite #473263

Color information

#473263 (or 0x473263) is unknown color: approx Meteorite. HEX triplet: 47, 32 and 63. RGB value is (71,50,99). Sum of RGB (Red+Green+Blue) = 71+50+99=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #473263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473263 is #B8CD9C. Grayscale: #3D3D3D. Windows color (decimal): -12111261 or 6500935. OLE color: 6500935.

HSL color Cylindrical-coordinate representation of color #473263: hue angle of 265.71º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #473263 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB715099-
CMYK0.280.4900.61
HSL265.71º32.89%29.22%-
HSV(B)265.71º49.49%38.82%-
XYZ5.994.5212.36-
YUV61.86148.96134.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 99 (39.06% from 255) = 45%
R=32.27%
G=22.73%
B=45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7150990.280.4900.61265.7132.8929.22
Hex4732631C3103D10a211d
Octal1076214334610754124135
Binary1000111110010110001111100110001011110110000101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473263; }

 p { color: rgb(71,50,99); }

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

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

 a { background-color: rgb(71,50,99); }

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

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

 span { border-color: rgb(71,50,99); }

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