#4B5A55

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

Shades of Cape Cod #4B5A55

Tints of Cape Cod #4B5A55

Color information

#4B5A55 (or 0x4B5A55) is unknown color: approx Cape Cod. HEX triplet: 4B, 5A and 55. RGB value is (75,90,85). Sum of RGB (Red+Green+Blue) = 75+90+85=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5A55 is #B4A5AA. Grayscale: #545454. Windows color (decimal): -11838891 or 5593675. OLE color: 5593675.

HSL color Cylindrical-coordinate representation of color #4B5A55: hue angle of 160º 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 #4B5A55 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB759085-
CMYK0.1700.060.65
HSL160º9.09%32.35%-
HSV(B)160º16.67%35.29%-
XYZ8.29.469.99-
YUV84.94128.03120.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 85 (33.59% from 255) = 34%
R=30%
G=36%
B=34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7590850.1700.060.651609.0932.35
Hex4B5A55110641a0920
Octal11313212521061012401140
Binary1001011101101010101011000101101000001101000001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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