Html Css Color HEX #495350 Cape Cod

📋 copy color: '#495350'

red 73 ◦ green 83 ◦ blue 80

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

Shades of Cape Cod #495350

Tints of Cape Cod #495350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.17%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 30.93%
G = 35.17%
B = 33.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#495350 (or 0x495350) is known color: Cape Cod. HEX triplet: 49, 53 and 50. RGB value is (73,83,80). Sum of RGB (Red+Green+Blue) = 73+83+80=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 83 - color contains mainly: green. Hex color #495350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495350 is #B6ACAF. Grayscale: #4F4F4F. Windows color (decimal): -11971760 or 5264201. OLE color: 5264201.

HSL color Cylindrical-coordinate representation of color #495350: hue angle of 162º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #495350 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 80 -
CMYK 0.12 0 0.04 0.67
HSL 162º 0.06% 0.31% -
HSV(B) 162º 0.12% 0.33% -
XYZ 7.29 8.18 8.78 -
YUV 79.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 73 83 80 0.12 0 0.04 0.67 162 0.06 0.31
Hex 49 53 50 C 0 4 43 A2 6 1F
Octal 111 123 120 14 0 4 103 242 6 37
Binary 1001001 1010011 1010000 1100 0 100 1000011 10100010 110 11111

Color Harmonies of #495350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495350

Black with #495350

Text Example


Text Example

White with #495350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495350; }

 p { color: rgb(73,83,80); }

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

background-color css

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

 a { background-color: rgb(73,83,80); }

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

border-color css

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

 span { border-color: rgb(73,83,80); }

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