#483F73

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

Shades of Meteorite #483F73

Tints of Meteorite #483F73

Color information

#483F73 (or 0x483F73) is unknown color: approx Meteorite. HEX triplet: 48, 3F and 73. RGB value is (72,63,115). Sum of RGB (Red+Green+Blue) = 72+63+115=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #483F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F73 is #B7C08C. Grayscale: #474747. Windows color (decimal): -12042381 or 7552840. OLE color: 7552840.

HSL color Cylindrical-coordinate representation of color #483F73: hue angle of 250.38º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #483F73 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7263115-
CMYK0.370.4500.55
HSL250.38º29.21%34.9%-
HSV(B)250.38º45.22%45.1%-
XYZ7.546.1717.01-
YUV71.62152.48128.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 63 (25% from 255) = 25.2%
BLUE value IS 115 (45.31% from 255) = 46%
R=28.8%
G=25.2%
B=46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72631150.370.4500.55250.3829.2134.9
Hex483F73252D037fa1d23
Octal1107716345550673723543
Binary1001000111111111001110010110110101101111111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483F73; }

 p { color: rgb(72,63,115); }

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

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

 a { background-color: rgb(72,63,115); }

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

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

 span { border-color: rgb(72,63,115); }

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