#483771

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

Shades of Meteorite #483771

Tints of Meteorite #483771

Color information

#483771 (or 0x483771) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 71. RGB value is (72,55,113). Sum of RGB (Red+Green+Blue) = 72+55+113=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #483771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483771 is #B7C88E. Grayscale: #424242. Windows color (decimal): -12044431 or 7419720. OLE color: 7419720.

HSL color Cylindrical-coordinate representation of color #483771: hue angle of 257.59º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483771 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7255113-
CMYK0.360.5100.56
HSL257.59º34.52%32.94%-
HSV(B)257.59º51.33%44.31%-
XYZ7.025.316.28-
YUV66.69154.13131.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=30%
G=22.92%
B=47.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72551130.360.5100.56257.5934.5232.94
Hex48377124330381022321
Octal1106716144630704024341
Binary100100011011111100011001001100110111000100000010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483771; }

 p { color: rgb(72,55,113); }

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

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

 a { background-color: rgb(72,55,113); }

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

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

 span { border-color: rgb(72,55,113); }

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