#4f456f

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

Shades of Meteorite #4F456F

Tints of Meteorite #4F456F

Color information

#4F456F (or 0x4F456F) is unknown color: approx Meteorite. HEX triplet: 4F, 45 and 6F. RGB value is (79,69,111). Sum of RGB (Red+Green+Blue) = 79+69+111=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F456F is #B0BA90. Grayscale: #4C4C4C. Windows color (decimal): -11582097 or 7292239. OLE color: 7292239.

HSL color Cylindrical-coordinate representation of color #4F456F: hue angle of 254.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F456F is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7969111-
CMYK0.290.3800.56
HSL254.29º23.33%35.29%-
HSV(B)254.29º37.84%43.53%-
XYZ8.227.0715.97-
YUV76.78147.31129.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.50%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=30.50%
G=26.64%
B=42.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79691110.290.3800.56254.2923.3335.29
Hex4F456F1D26038fe1723
Octal11710515735460703762743
Binary1001111100010111011111110110011001110001111111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f456f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,69,111); }

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

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

 a { background-color: rgb(79,69,111); }

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

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

 span { border-color: rgb(79,69,111); }

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