#473872

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

Shades of Meteorite #473872

Tints of Meteorite #473872

Color information

#473872 (or 0x473872) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 72. RGB value is (71,56,114). Sum of RGB (Red+Green+Blue) = 71+56+114=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #473872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473872 is #B8C78D. Grayscale: #424242. Windows color (decimal): -12109710 or 7485511. OLE color: 7485511.

HSL color Cylindrical-coordinate representation of color #473872: hue angle of 255.52º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #473872 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7156114-
CMYK0.380.5100.55
HSL255.52º34.12%33.33%-
HSV(B)255.52º50.88%44.71%-
XYZ7.055.3816.59-
YUV67.1154.47130.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=29.46%
G=23.24%
B=47.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71561140.380.5100.55255.5234.1233.33
Hex47387226330371002221
Octal1077016246630674004241
Binary100011111100011100101001101100110110111100000000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473872; }

 p { color: rgb(71,56,114); }

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

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

 a { background-color: rgb(71,56,114); }

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

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

 span { border-color: rgb(71,56,114); }

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