#473266

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

Shades of Meteorite #473266

Tints of Meteorite #473266

Color information

#473266 (or 0x473266) is unknown color: approx Meteorite. HEX triplet: 47, 32 and 66. RGB value is (71,50,102). Sum of RGB (Red+Green+Blue) = 71+50+102=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #473266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473266 is #B8CD99. Grayscale: #3E3E3E. Windows color (decimal): -12111258 or 6697543. OLE color: 6697543.

HSL color Cylindrical-coordinate representation of color #473266: hue angle of 264.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #473266 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7150102-
CMYK0.300.5100.6
HSL264.23º34.21%29.8%-
HSV(B)264.23º50.98%40%-
XYZ6.144.5813.13-
YUV62.21150.46134.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=31.84%
G=22.42%
B=45.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71501020.300.5100.6264.2334.2129.8
Hex4732661E3303C108221e
Octal1076214636630744104236
Binary1000111110010110011011110110011011110010000100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473266; }

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

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

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

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

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

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

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

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