#484063

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

Shades of Meteorite #484063

Tints of Meteorite #484063

Color information

#484063 (or 0x484063) is unknown color: approx Meteorite. HEX triplet: 48, 40 and 63. RGB value is (72,64,99). Sum of RGB (Red+Green+Blue) = 72+64+99=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #484063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484063 is #B7BF9C. Grayscale: #464646. Windows color (decimal): -12042141 or 6504520. OLE color: 6504520.

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

Color convert

RGB726499-
CMYK0.270.3500.61
HSL253.71º21.47%31.96%-
HSV(B)253.71º35.35%38.82%-
XYZ6.765.9512.6-
YUV70.38144.15129.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=30.64%
G=27.23%
B=42.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7264990.270.3500.61253.7121.4731.96
Hex4840631B2303Dfe1520
Octal11010014333430753762540
Binary1001000100000011000111101110001101111011111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484063; }

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

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

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

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

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

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

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

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