Html Css Color HEX #496F5A Como

📋 copy color: '#496F5A'

red 73 ◦ green 111 ◦ blue 90

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

Shades of Como #496F5A

Tints of Como #496F5A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.51%

 BLUE value IS 90 (35.55% from 255) = 32.85%

R = 26.64%
G = 40.51%
B = 32.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#496F5A (or 0x496F5A) is known color: Como. HEX triplet: 49, 6F and 5A. RGB value is (73,111,90). Sum of RGB (Red+Green+Blue) = 73+111+90=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 111 - color contains mainly: green. Hex color #496F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F5A is #B690A5. Grayscale: #616161. Windows color (decimal): -11964582 or 5926729. OLE color: 5926729.

HSL color Cylindrical-coordinate representation of color #496F5A: hue angle of 146.84º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496F5A is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 90 -
CMYK 0.34 0 0.19 0.56
HSL 146.84º 0.21% 0.36% -
HSV(B) 146.84º 0.34% 0.44% -
XYZ 10.28 13.52 11.74 -
YUV 97.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 73 111 90 0.34 0 0.19 0.56 146.84 0.21 0.36
Hex 49 6F 5A 22 0 13 38 93 15 24
Octal 111 157 132 42 0 23 70 223 25 44
Binary 1001001 1101111 1011010 100010 0 10011 111000 10010011 10101 100100

Color Harmonies of #496F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F5A

Black with #496F5A

Text Example


Text Example

White with #496F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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