Html Css Color HEX #49514E Cape Cod

📋 copy color: '#49514E'

red 73 ◦ green 81 ◦ blue 78

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

Shades of Cape Cod #49514E

Tints of Cape Cod #49514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

 BLUE value IS 78 (30.86% from 255) = 33.62%

R = 31.47%
G = 34.91%
B = 33.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#49514E (or 0x49514E) is known color: Cape Cod. HEX triplet: 49, 51 and 4E. RGB value is (73,81,78). Sum of RGB (Red+Green+Blue) = 73+81+78=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 81 - color contains mainly: green. Hex color #49514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49514E is #B6AEB1. Grayscale: #4E4E4E. Windows color (decimal): -11972274 or 5132617. OLE color: 5132617.

HSL color Cylindrical-coordinate representation of color #49514E: hue angle of 157.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #49514E is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 81 78 -
CMYK 0.10 0 0.04 0.68
HSL 157.5º 0.05% 0.3% -
HSV(B) 157.5º 0.1% 0.32% -
XYZ 7.07 7.85 8.35 -
YUV 78.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 73 81 78 0.10 0 0.04 0.68 157.5 0.05 0.3
Hex 49 51 4E A 0 4 44 9E 5 1E
Octal 111 121 116 12 0 4 104 236 5 36
Binary 1001001 1010001 1001110 1010 0 100 1000100 10011110 101 11110

Color Harmonies of #49514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49514E

Black with #49514E

Text Example


Text Example

White with #49514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49514E; }

 p { color: rgb(73,81,78); }

 H1.HeaderClassName
 {
   color: #49514E;
 }
 .AnyTagClassName
 {
   color: #49514E;
 }
</style>

background-color css

<style>
 a { background-color: #49514E; }

 a { background-color: rgb(73,81,78); }

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

border-color css

<style>
 span { border-color: #49514E; }

 span { border-color: rgb(73,81,78); }

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