#483876

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

Shades of Meteorite #483876

Tints of Meteorite #483876

Color information

#483876 (or 0x483876) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 76. RGB value is (72,56,118). Sum of RGB (Red+Green+Blue) = 72+56+118=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #483876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483876 is #B7C789. Grayscale: #434343. Windows color (decimal): -12044170 or 7747656. OLE color: 7747656.

HSL color Cylindrical-coordinate representation of color #483876: hue angle of 255.48º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483876 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7256118-
CMYK0.390.5300.54
HSL255.48º35.63%34.12%-
HSV(B)255.48º52.54%46.27%-
XYZ7.365.5117.82-
YUV67.85156.3130.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=29.27%
G=22.76%
B=47.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72561180.390.5300.54255.4835.6334.12
Hex4838762735036ff2422
Octal1107016647650663774442
Binary10010001110001110110100111110101011011011111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483876; }

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

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

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

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

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

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

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

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