#484161

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

Shades of Meteorite #484161

Tints of Meteorite #484161

Color information

#484161 (or 0x484161) is unknown color: approx Meteorite. HEX triplet: 48, 41 and 61. RGB value is (72,65,97). Sum of RGB (Red+Green+Blue) = 72+65+97=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #484161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484161 is #B7BE9E. Grayscale: #464646. Windows color (decimal): -12041887 or 6373704. OLE color: 6373704.

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

Color convert

RGB726597-
CMYK0.260.3300.62
HSL253.12º19.75%31.76%-
HSV(B)253.12º32.99%38.04%-
XYZ6.726.0212.12-
YUV70.74142.82128.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=30.77%
G=27.78%
B=41.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7265970.260.3300.62253.1219.7531.76
Hex4841611A2103Efd1420
Octal11010114132410763752440
Binary1001000100000111000011101010000101111101111110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484161; }

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

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

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

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

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

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

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

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