#4B4D4C

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

Shades of Cape Cod #4B4D4C

Tints of Cape Cod #4B4D4C

Color information

#4B4D4C (or 0x4B4D4C) is unknown color: approx Cape Cod. HEX triplet: 4B, 4D and 4C. RGB value is (75,77,76). Sum of RGB (Red+Green+Blue) = 75+77+76=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 77 - color contains mainly: green. Hex color #4B4D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4D4C is #B4B2B3. Grayscale: #4C4C4C. Windows color (decimal): -11842228 or 5000523. OLE color: 5000523.

HSL color Cylindrical-coordinate representation of color #4B4D4C: hue angle of 150º degrees, saturation: 0.01, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #4B4D4C is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB757776-
CMYK0.0300.010.70
HSL150º1.32%29.8%-
HSV(B)150º2.6%30.2%-
XYZ6.867.337.89-
YUV76.29127.84127.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=32.89%
G=33.77%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7577760.0300.010.701501.3229.8
Hex4B4D4C301469611e
Octal113115114301106226136
Binary1001011100110110011001101100011010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,77,76); }

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

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

 a { background-color: rgb(75,77,76); }

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

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

 span { border-color: rgb(75,77,76); }

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