#484062

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

Shades of Meteorite #484062

Tints of Meteorite #484062

Color information

#484062 (or 0x484062) is unknown color: approx Meteorite. HEX triplet: 48, 40 and 62. RGB value is (72,64,98). Sum of RGB (Red+Green+Blue) = 72+64+98=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #484062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484062 is #B7BF9D. Grayscale: #464646. Windows color (decimal): -12042142 or 6438984. OLE color: 6438984.

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

Color convert

RGB726498-
CMYK0.270.3500.62
HSL254.12º20.99%31.76%-
HSV(B)254.12º34.69%38.43%-
XYZ6.715.9312.35-
YUV70.27143.65129.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=30.77%
G=27.35%
B=41.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7264980.270.3500.62254.1220.9931.76
Hex4840621B2303Efe1520
Octal11010014233430763762540
Binary1001000100000011000101101110001101111101111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484062; }

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

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

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

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

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

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

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

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