#483871

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

Shades of Meteorite #483871

Tints of Meteorite #483871

Color information

#483871 (or 0x483871) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 71. RGB value is (72,56,113). Sum of RGB (Red+Green+Blue) = 72+56+113=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #483871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483871 is #B7C78E. Grayscale: #434343. Windows color (decimal): -12044175 or 7419976. OLE color: 7419976.

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

Color convert

RGB7256113-
CMYK0.360.5000.56
HSL256.84º33.73%33.14%-
HSV(B)256.84º50.44%44.31%-
XYZ7.075.416.29-
YUV67.28153.8131.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=29.88%
G=23.24%
B=46.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72561130.360.5000.56256.8433.7333.14
Hex48387124320381012221
Octal1107016144620704014241
Binary100100011100011100011001001100100111000100000001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483871; }

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

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

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

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

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

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

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

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