Html Css Color HEX #495A54 Cape Cod

📋 copy color: '#495A54'

red 73 ◦ green 90 ◦ blue 84

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

Shades of Cape Cod #495A54

Tints of Cape Cod #495A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.44%

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

R = 29.55%
G = 36.44%
B = 34.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#495A54 (or 0x495A54) is known color: Cape Cod. HEX triplet: 49, 5A and 54. RGB value is (73,90,84). Sum of RGB (Red+Green+Blue) = 73+90+84=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 90 - color contains mainly: green. Hex color #495A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A54 is #B6A5AB. Grayscale: #545454. Windows color (decimal): -11969964 or 5528137. OLE color: 5528137.

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

Color convert

RGB 73 90 84 -
CMYK 0.19 0 0.07 0.65
HSL 158.82º 0.1% 0.32% -
HSV(B) 158.82º 0.19% 0.35% -
XYZ 8 9.37 9.77 -
YUV 84.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 73 90 84 0.19 0 0.07 0.65 158.82 0.1 0.32
Hex 49 5A 54 13 0 7 41 9F A 20
Octal 111 132 124 23 0 7 101 237 12 40
Binary 1001001 1011010 1010100 10011 0 111 1000001 10011111 1010 100000

Color Harmonies of #495A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A54

Black with #495A54

Text Example


Text Example

White with #495A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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