#4F4268

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

Shades of Meteorite #4F4268

Tints of Meteorite #4F4268

Color information

#4F4268 (or 0x4F4268) is unknown color: approx Meteorite. HEX triplet: 4F, 42 and 68. RGB value is (79,66,104). Sum of RGB (Red+Green+Blue) = 79+66+104=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F4268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4268 is #B0BD97. Grayscale: #4A4A4A. Windows color (decimal): -11582872 or 6832719. OLE color: 6832719.

HSL color Cylindrical-coordinate representation of color #4F4268: hue angle of 260.53º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F4268 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7966104-
CMYK0.240.3700.59
HSL260.53º22.35%33.33%-
HSV(B)260.53º36.54%40.78%-
XYZ7.676.5613.96-
YUV74.22144.81131.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.73%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 104 (41.02% from 255) = 41.77%
R=31.73%
G=26.51%
B=41.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79661040.240.3700.59260.5322.3533.33
Hex4F4268182503B1051621
Octal11710215030450734052641
Binary10011111000010110100011000100101011101110000010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F4268; }

 p { color: rgb(79,66,104); }

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

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

 a { background-color: rgb(79,66,104); }

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

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

 span { border-color: rgb(79,66,104); }

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