Html Css Color HEX #497058 Como

📋 copy color: '#497058'

red 73 ◦ green 112 ◦ blue 88

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

Shades of Como #497058

Tints of Como #497058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.03%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 26.74%
G = 41.03%
B = 32.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#497058 (or 0x497058) is known color: Como. HEX triplet: 49, 70 and 58. RGB value is (73,112,88). Sum of RGB (Red+Green+Blue) = 73+112+88=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #497058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497058 is #B68FA7. Grayscale: #616161. Windows color (decimal): -11964328 or 5795913. OLE color: 5795913.

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

Color convert

RGB 73 112 88 -
CMYK 0.35 0 0.21 0.56
HSL 143.08º 0.21% 0.36% -
HSV(B) 143.08º 0.35% 0.44% -
XYZ 10.3 13.71 11.34 -
YUV 97.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 73 112 88 0.35 0 0.21 0.56 143.08 0.21 0.36
Hex 49 70 58 23 0 15 38 8F 15 24
Octal 111 160 130 43 0 25 70 217 25 44
Binary 1001001 1110000 1011000 100011 0 10101 111000 10001111 10101 100100

Color Harmonies of #497058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497058

Black with #497058

Text Example


Text Example

White with #497058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497058; }

 p { color: rgb(73,112,88); }

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

background-color css

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

 a { background-color: rgb(73,112,88); }

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

border-color css

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

 span { border-color: rgb(73,112,88); }

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