#4F4869

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

Shades of Meteorite #4F4869

Tints of Meteorite #4F4869

Color information

#4F4869 (or 0x4F4869) is unknown color: approx Meteorite. HEX triplet: 4F, 48 and 69. RGB value is (79,72,105). Sum of RGB (Red+Green+Blue) = 79+72+105=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F4869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4869 is #B0B796. Grayscale: #4D4D4D. Windows color (decimal): -11581335 or 6899791. OLE color: 6899791.

HSL color Cylindrical-coordinate representation of color #4F4869: hue angle of 252.73º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F4869 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7972105-
CMYK0.250.3100.59
HSL252.73º18.64%34.71%-
HSV(B)252.73º31.43%41.18%-
XYZ8.097.3214.35-
YUV77.85143.32128.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.86%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=30.86%
G=28.12%
B=41.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79721050.250.3100.59252.7318.6434.71
Hex4F4869191F03Bfd1323
Octal11711015131370733752343
Binary100111110010001101001110011111101110111111110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,72,105); }

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

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

 a { background-color: rgb(79,72,105); }

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

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

 span { border-color: rgb(79,72,105); }

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