#484168

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

Shades of Meteorite #484168

Tints of Meteorite #484168

Color information

#484168 (or 0x484168) is unknown color: approx Meteorite. HEX triplet: 48, 41 and 68. RGB value is (72,65,104). Sum of RGB (Red+Green+Blue) = 72+65+104=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #484168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484168 is #B7BE97. Grayscale: #474747. Windows color (decimal): -12041880 or 6832456. OLE color: 6832456.

HSL color Cylindrical-coordinate representation of color #484168: hue angle of 250.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #484168 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7265104-
CMYK0.310.3800.59
HSL250.77º23.08%33.14%-
HSV(B)250.77º37.5%40.78%-
XYZ7.066.1613.91-
YUV71.54146.32128.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=29.88%
G=26.97%
B=43.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72651040.310.3800.59250.7723.0833.14
Hex4841681F2603Bfb1721
Octal11010115037460733732741
Binary1001000100000111010001111110011001110111111101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484168; }

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

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

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

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

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

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

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

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