#4B5A56

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

Shades of Cape Cod #4B5A56

Tints of Cape Cod #4B5A56

Color information

#4B5A56 (or 0x4B5A56) is unknown color: approx Cape Cod. HEX triplet: 4B, 5A and 56. RGB value is (75,90,86). Sum of RGB (Red+Green+Blue) = 75+90+86=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5A56 is #B4A5A9. Grayscale: #555555. Windows color (decimal): -11838890 or 5659211. OLE color: 5659211.

HSL color Cylindrical-coordinate representation of color #4B5A56: hue angle of 164º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4B5A56 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB759086-
CMYK0.1700.040.65
HSL164º9.09%32.35%-
HSV(B)164º16.67%35.29%-
XYZ8.249.4810.2-
YUV85.06128.53120.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.88%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=29.88%
G=35.86%
B=34.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7590860.1700.040.651649.0932.35
Hex4B5A56110441a4920
Octal11313212621041012441140
Binary1001011101101010101101000101001000001101001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,90,86); }

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

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

 a { background-color: rgb(75,90,86); }

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

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

 span { border-color: rgb(75,90,86); }

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