#473463

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

Shades of Meteorite #473463

Tints of Meteorite #473463

Color information

#473463 (or 0x473463) is unknown color: approx Meteorite. HEX triplet: 47, 34 and 63. RGB value is (71,52,99). Sum of RGB (Red+Green+Blue) = 71+52+99=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #473463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473463 is #B8CB9C. Grayscale: #3E3E3E. Windows color (decimal): -12110749 or 6501447. OLE color: 6501447.

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

Color convert

RGB715299-
CMYK0.280.4700.61
HSL264.26º31.13%29.61%-
HSV(B)264.26º47.47%38.82%-
XYZ6.084.712.39-
YUV63.04148.29133.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=31.98%
G=23.42%
B=44.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7152990.280.4700.61264.2631.1329.61
Hex4734631C2F03D1081f1e
Octal1076414334570754103736
Binary100011111010011000111110010111101111011000010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473463; }

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

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

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

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

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

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

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

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