#4B5954

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

Shades of Cape Cod #4B5954

Tints of Cape Cod #4B5954

Color information

#4B5954 (or 0x4B5954) is unknown color: approx Cape Cod. HEX triplet: 4B, 59 and 54. RGB value is (75,89,84). Sum of RGB (Red+Green+Blue) = 75+89+84=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5954 is #B4A6AB. Grayscale: #545454. Windows color (decimal): -11839148 or 5527883. OLE color: 5527883.

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

Color convert

RGB758984-
CMYK0.1600.060.65
HSL158.57º8.54%32.16%-
HSV(B)158.57º15.73%34.9%-
XYZ8.079.289.75-
YUV84.24127.86121.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 84 (33.20% from 255) = 33.87%
R=30.24%
G=35.89%
B=33.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7589840.1600.060.65158.578.5432.16
Hex4B59541006419f920
Octal11313112420061012371140
Binary1001011101100110101001000001101000001100111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,89,84); }

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

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

 a { background-color: rgb(75,89,84); }

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

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

 span { border-color: rgb(75,89,84); }

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