#4F4C4B

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

Shades of Tundora #4F4C4B

Tints of Tundora #4F4C4B

Color information

#4F4C4B (or 0x4F4C4B) is unknown color: approx Tundora. HEX triplet: 4F, 4C and 4B. RGB value is (79,76,75). Sum of RGB (Red+Green+Blue) = 79+76+75=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4C4B is #B0B3B4. Grayscale: #4C4C4C. Windows color (decimal): -11580341 or 4934735. OLE color: 4934735.

HSL color Cylindrical-coordinate representation of color #4F4C4B: hue angle of 15º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4F4C4B is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB797675-
CMYK00.040.050.69
HSL15º2.6%30.2%-
HSV(B)15º5.06%30.98%-
XYZ7.087.347.7-
YUV76.78126.99129.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.35%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=34.35%
G=33.04%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79767500.040.050.69152.630.2
Hex4F4C4B04545f31e
Octal11711411304510517336
Binary1001111100110010010110100101100010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,76,75); }

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

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

 a { background-color: rgb(79,76,75); }

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

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

 span { border-color: rgb(79,76,75); }

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