#4F466B

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

Shades of Meteorite #4F466B

Tints of Meteorite #4F466B

Color information

#4F466B (or 0x4F466B) is unknown color: approx Meteorite. HEX triplet: 4F, 46 and 6B. RGB value is (79,70,107). Sum of RGB (Red+Green+Blue) = 79+70+107=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F466B is #B0B994. Grayscale: #4C4C4C. Windows color (decimal): -11581845 or 7030351. OLE color: 7030351.

HSL color Cylindrical-coordinate representation of color #4F466B: hue angle of 254.59º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F466B is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7970107-
CMYK0.260.3500.58
HSL254.59º20.9%34.71%-
HSV(B)254.59º34.58%41.96%-
XYZ8.077.114.86-
YUV76.91144.98129.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.86%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 107 (42.19% from 255) = 41.80%
R=30.86%
G=27.34%
B=41.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79701070.260.3500.58254.5920.934.71
Hex4F466B1A2303Aff1523
Octal11710615332430723772543
Binary1001111100011011010111101010001101110101111111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,70,107); }

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

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

 a { background-color: rgb(79,70,107); }

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

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

 span { border-color: rgb(79,70,107); }

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