#473366

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

Shades of Meteorite #473366

Tints of Meteorite #473366

Color information

#473366 (or 0x473366) is unknown color: approx Meteorite. HEX triplet: 47, 33 and 66. RGB value is (71,51,102). Sum of RGB (Red+Green+Blue) = 71+51+102=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #473366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473366 is #B8CC99. Grayscale: #3E3E3E. Windows color (decimal): -12111002 or 6697799. OLE color: 6697799.

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

Color convert

RGB7151102-
CMYK0.300.500.6
HSL263.53º33.33%30%-
HSV(B)263.53º50%40%-
XYZ6.184.6713.15-
YUV62.79150.13133.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=31.70%
G=22.77%
B=45.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71511020.300.500.6263.5333.3330
Hex4733661E3203C108211e
Octal1076314636620744104136
Binary1000111110011110011011110110010011110010000100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473366; }

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

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

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

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

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

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

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

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