#484162

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

Shades of Meteorite #484162

Tints of Meteorite #484162

Color information

#484162 (or 0x484162) is unknown color: approx Meteorite. HEX triplet: 48, 41 and 62. RGB value is (72,65,98). Sum of RGB (Red+Green+Blue) = 72+65+98=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #484162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484162 is #B7BE9D. Grayscale: #464646. Windows color (decimal): -12041886 or 6439240. OLE color: 6439240.

HSL color Cylindrical-coordinate representation of color #484162: hue angle of 252.73º 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 #484162 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB726598-
CMYK0.270.3400.62
HSL252.73º20.25%31.96%-
HSV(B)252.73º33.67%38.43%-
XYZ6.776.0412.36-
YUV70.86143.32128.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=30.64%
G=27.66%
B=41.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7265980.270.3400.62252.7320.2531.96
Hex4841621B2203Efd1420
Octal11010114233420763752440
Binary1001000100000111000101101110001001111101111110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484162; }

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

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

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

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

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

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

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

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