#484160

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

Shades of Meteorite #484160

Tints of Meteorite #484160

Color information

#484160 (or 0x484160) is unknown color: approx Meteorite. HEX triplet: 48, 41 and 60. RGB value is (72,65,96). Sum of RGB (Red+Green+Blue) = 72+65+96=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #484160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484160 is #B7BE9F. Grayscale: #464646. Windows color (decimal): -12041888 or 6308168. OLE color: 6308168.

HSL color Cylindrical-coordinate representation of color #484160: hue angle of 253.55º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484160 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB726596-
CMYK0.250.3200.62
HSL253.55º19.25%31.57%-
HSV(B)253.55º32.29%37.65%-
XYZ6.67611.87-
YUV70.63142.32128.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=30.90%
G=27.90%
B=41.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7265960.250.3200.62253.5519.2531.57
Hex484160192003Efe1320
Octal11010114031400763762340
Binary1001000100000111000001100110000001111101111111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484160; }

 p { color: rgb(72,65,96); }

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

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

 a { background-color: rgb(72,65,96); }

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

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

 span { border-color: rgb(72,65,96); }

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