Html Css Color HEX #49554F Cape Cod

📋 copy color: '#49554F'

red 73 ◦ green 85 ◦ blue 79

#49554F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cape Cod #49554F

Tints of Cape Cod #49554F

RGB

 RED value IS 73 (28.91% from 255) = 30.8%

 GREEN value IS 85 (33.59% from 255) = 35.86%

 BLUE value IS 79 (31.25% from 255) = 33.33%

R = 30.8%
G = 35.86%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#49554F (or 0x49554F) is known color: Cape Cod. HEX triplet: 49, 55 and 4F. RGB value is (73,85,79). Sum of RGB (Red+Green+Blue) = 73+85+79=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #49554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49554F is #B6AAB0. Grayscale: #505050. Windows color (decimal): -11971249 or 5199177. OLE color: 5199177.

HSL color Cylindrical-coordinate representation of color #49554F: hue angle of 150º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49554F is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 79 -
CMYK 0.14 0 0.07 0.67
HSL 150º 0.08% 0.31% -
HSV(B) 150º 0.14% 0.33% -
XYZ 7.41 8.48 8.64 -
YUV 80.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 73 85 79 0.14 0 0.07 0.67 150 0.08 0.31
Hex 49 55 4F E 0 7 43 96 8 1F
Octal 111 125 117 16 0 7 103 226 10 37
Binary 1001001 1010101 1001111 1110 0 111 1000011 10010110 1000 11111

Color Harmonies of #49554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49554F

Black with #49554F

Text Example


Text Example

White with #49554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49554F; }

 p { color: rgb(73,85,79); }

 H1.HeaderClassName
 {
   color: #49554F;
 }
 .AnyTagClassName
 {
   color: #49554F;
 }
</style>

background-color css

<style>
 a { background-color: #49554F; }

 a { background-color: rgb(73,85,79); }

 div.DivClassName
 {
   background-color: #49554F;
 }
 .BgClassName
 {
   background-color: #49554F;
 }
</style>

border-color css

<style>
 span { border-color: #49554F; }

 span { border-color: rgb(73,85,79); }

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