#484260

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

Shades of Meteorite #484260

Tints of Meteorite #484260

Color information

#484260 (or 0x484260) is unknown color: approx Meteorite. HEX triplet: 48, 42 and 60. RGB value is (72,66,96). Sum of RGB (Red+Green+Blue) = 72+66+96=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #484260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484260 is #B7BD9F. Grayscale: #474747. Windows color (decimal): -12041632 or 6308424. OLE color: 6308424.

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

Color convert

RGB726696-
CMYK0.250.3100.62
HSL252º18.52%31.76%-
HSV(B)252º31.25%37.65%-
XYZ6.736.1211.89-
YUV71.21141.99128.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=30.77%
G=28.21%
B=41.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7266960.250.3100.6225218.5231.76
Hex484260191F03Efc1320
Octal11010214031370763742340
Binary100100010000101100000110011111101111101111110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484260; }

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

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

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

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

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

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

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

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