#484061

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

Shades of Meteorite #484061

Tints of Meteorite #484061

Color information

#484061 (or 0x484061) is unknown color: approx Meteorite. HEX triplet: 48, 40 and 61. RGB value is (72,64,97). Sum of RGB (Red+Green+Blue) = 72+64+97=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #484061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484061 is #B7BF9E. Grayscale: #464646. Windows color (decimal): -12042143 or 6373448. OLE color: 6373448.

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

Color convert

RGB726497-
CMYK0.260.3400.62
HSL254.55º20.5%31.57%-
HSV(B)254.55º34.02%38.04%-
XYZ6.665.9112.1-
YUV70.15143.15129.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=30.90%
G=27.47%
B=41.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7264970.260.3400.62254.5520.531.57
Hex4840611A2203Eff1420
Octal11010014132420763772440
Binary1001000100000011000011101010001001111101111111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484061; }

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

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

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

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

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

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

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

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