#4A524F

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

Shades of Cape Cod #4A524F

Tints of Cape Cod #4A524F

Color information

#4A524F (or 0x4A524F) is unknown color: approx Cape Cod. HEX triplet: 4A, 52 and 4F. RGB value is (74,82,79). Sum of RGB (Red+Green+Blue) = 74+82+79=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 82 - color contains mainly: green. Hex color #4A524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A524F is #B5ADB0. Grayscale: #4F4F4F. Windows color (decimal): -11906481 or 5198410. OLE color: 5198410.

HSL color Cylindrical-coordinate representation of color #4A524F: hue angle of 157.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4A524F is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB748279-
CMYK0.1000.040.68
HSL157.5º5.13%30.59%-
HSV(B)157.5º9.76%32.16%-
XYZ7.258.058.57-
YUV79.27127.85124.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=31.49%
G=34.89%
B=33.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7482790.1000.040.68157.55.1330.59
Hex4A524FA04449d51f
Octal1121221171204104235537
Binary1001010101001010011111010010010001001001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,82,79); }

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

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

 a { background-color: rgb(74,82,79); }

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

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

 span { border-color: rgb(74,82,79); }

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