#474B49

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

Shades of Cape Cod #474B49

Tints of Cape Cod #474B49

Color information

#474B49 (or 0x474B49) is unknown color: approx Cape Cod. HEX triplet: 47, 4B and 49. RGB value is (71,75,73). Sum of RGB (Red+Green+Blue) = 71+75+73=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 75 - color contains mainly: green. Hex color #474B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B49 is #B8B4B6. Grayscale: #494949. Windows color (decimal): -12104887 or 4803399. OLE color: 4803399.

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

Color convert

RGB717573-
CMYK0.0500.030.71
HSL150º2.74%28.63%-
HSV(B)150º5.33%29.41%-
XYZ6.326.857.29-
YUV73.58127.67126.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=32.42%
G=34.25%
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.71
SystemRedGreenBlueCMYKHSL
Decimal7175730.0500.030.711502.7428.63
Hex474B49503479631d
Octal107113111503107226335
Binary1000111100101110010011010111000111100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474B49; }

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

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

<style>
 a { background-color: #474B49; }

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

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

<style>
 span { border-color: #474B49; }

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

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