#494D4B

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

Shades of Cape Cod #494D4B

Tints of Cape Cod #494D4B

Color information

#494D4B (or 0x494D4B) is unknown color: approx Cape Cod. HEX triplet: 49, 4D and 4B. RGB value is (73,77,75). Sum of RGB (Red+Green+Blue) = 73+77+75=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 77 - color contains mainly: green. Hex color #494D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D4B is #B6B2B4. Grayscale: #4B4B4B. Windows color (decimal): -11973301 or 4934985. OLE color: 4934985.

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

Color convert

RGB737775-
CMYK0.0500.030.70
HSL150º2.67%29.41%-
HSV(B)150º5.19%30.2%-
XYZ6.677.237.7-
YUV75.58127.67126.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=32.44%
G=34.22%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377750.0500.030.701502.6729.41
Hex494D4B503469631d
Octal111115113503106226335
Binary1001001100110110010111010111000110100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494D4B; }

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

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

<style>
 a { background-color: #494D4B; }

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

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

<style>
 span { border-color: #494D4B; }

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

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