#484163

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

Shades of Meteorite #484163

Tints of Meteorite #484163

Color information

#484163 (or 0x484163) is unknown color: approx Meteorite. HEX triplet: 48, 41 and 63. RGB value is (72,65,99). Sum of RGB (Red+Green+Blue) = 72+65+99=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #484163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484163 is #B7BE9C. Grayscale: #464646. Windows color (decimal): -12041885 or 6504776. OLE color: 6504776.

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

Color convert

RGB726599-
CMYK0.270.3400.61
HSL252.35º20.73%32.16%-
HSV(B)252.35º34.34%38.82%-
XYZ6.816.0612.61-
YUV70.97143.82128.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=30.51%
G=27.54%
B=41.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7265990.270.3400.61252.3520.7332.16
Hex4841631B2203Dfc1520
Octal11010114333420753742540
Binary1001000100000111000111101110001001111011111110010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484163; }

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

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

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

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

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

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

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

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