#4F5A55

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

Shades of Cape Cod #4F5A55

Tints of Cape Cod #4F5A55

Color information

#4F5A55 (or 0x4F5A55) is unknown color: approx Cape Cod. HEX triplet: 4F, 5A and 55. RGB value is (79,90,85). Sum of RGB (Red+Green+Blue) = 79+90+85=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A55 is #B0A5AA. Grayscale: #565656. Windows color (decimal): -11576747 or 5593679. OLE color: 5593679.

HSL color Cylindrical-coordinate representation of color #4F5A55: hue angle of 152.73º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4F5A55 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB799085-
CMYK0.1200.060.65
HSL152.73º6.51%33.14%-
HSV(B)152.73º12.22%35.29%-
XYZ8.529.6310-
YUV86.14127.36122.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.10%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=31.10%
G=35.43%
B=33.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7990850.1200.060.65152.736.5133.14
Hex4F5A55C064199721
Octal1171321251406101231741
Binary10011111011010101010111000110100000110011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,90,85); }

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

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

 a { background-color: rgb(79,90,85); }

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

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

 span { border-color: rgb(79,90,85); }

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