Html Css Color HEX #495954 Cape Cod

📋 copy color: '#495954'

red 73 ◦ green 89 ◦ blue 84

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

Shades of Cape Cod #495954

Tints of Cape Cod #495954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.18%

 BLUE value IS 84 (33.2% from 255) = 34.15%

R = 29.67%
G = 36.18%
B = 34.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#495954 (or 0x495954) is known color: Cape Cod. HEX triplet: 49, 59 and 54. RGB value is (73,89,84). Sum of RGB (Red+Green+Blue) = 73+89+84=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #495954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495954 is #B6A6AB. Grayscale: #535353. Windows color (decimal): -11970220 or 5527881. OLE color: 5527881.

HSL color Cylindrical-coordinate representation of color #495954: hue angle of 161.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495954 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 84 -
CMYK 0.18 0 0.06 0.65
HSL 161.25º 0.1% 0.32% -
HSV(B) 161.25º 0.18% 0.35% -
XYZ 7.92 9.2 9.75 -
YUV 83.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 73 89 84 0.18 0 0.06 0.65 161.25 0.1 0.32
Hex 49 59 54 12 0 6 41 A1 A 20
Octal 111 131 124 22 0 6 101 241 12 40
Binary 1001001 1011001 1010100 10010 0 110 1000001 10100001 1010 100000

Color Harmonies of #495954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495954

Black with #495954

Text Example


Text Example

White with #495954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495954; }

 p { color: rgb(73,89,84); }

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

background-color css

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

 a { background-color: rgb(73,89,84); }

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

border-color css

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

 span { border-color: rgb(73,89,84); }

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