#483563

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

Shades of Meteorite #483563

Tints of Meteorite #483563

Color information

#483563 (or 0x483563) is unknown color: approx Meteorite. HEX triplet: 48, 35 and 63. RGB value is (72,53,99). Sum of RGB (Red+Green+Blue) = 72+53+99=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #483563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483563 is #B7CA9C. Grayscale: #3F3F3F. Windows color (decimal): -12044957 or 6501704. OLE color: 6501704.

HSL color Cylindrical-coordinate representation of color #483563: hue angle of 264.78º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483563 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB725399-
CMYK0.270.4600.61
HSL264.78º30.26%29.8%-
HSV(B)264.78º46.46%38.82%-
XYZ6.24.8212.41-
YUV63.92147.79133.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=32.14%
G=23.66%
B=44.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7253990.270.4600.61264.7830.2629.8
Hex4835631B2E03D1091e1e
Octal1106514333560754113636
Binary100100011010111000111101110111001111011000010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483563; }

 p { color: rgb(72,53,99); }

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

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

 a { background-color: rgb(72,53,99); }

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

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

 span { border-color: rgb(72,53,99); }

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