Html Css Color HEX #499F91 Lochinvar

📋 copy color: '#499F91'

red 73 ◦ green 159 ◦ blue 145

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

Shades of Lochinvar #499F91

Tints of Lochinvar #499F91

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.18%

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 19.36%
G = 42.18%
B = 38.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#499F91 (or 0x499F91) is known color: Lochinvar. HEX triplet: 49, 9F and 91. RGB value is (73,159,145). Sum of RGB (Red+Green+Blue) = 73+159+145=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #499F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F91 is #B6606E. Grayscale: #838383. Windows color (decimal): -11952239 or 9543497. OLE color: 9543497.

HSL color Cylindrical-coordinate representation of color #499F91: hue angle of 170.23º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499F91 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 159 145 -
CMYK 0.54 0 0.09 0.38
HSL 170.23º 0.37% 0.45% -
HSV(B) 170.23º 0.54% 0.62% -
XYZ 20.26 28.26 31.17 -
YUV 131.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 73 159 145 0.54 0 0.09 0.38 170.23 0.37 0.45
Hex 49 9F 91 36 0 9 26 AA 25 2D
Octal 111 237 221 66 0 11 46 252 45 55
Binary 1001001 10011111 10010001 110110 0 1001 100110 10101010 100101 101101

Color Harmonies of #499F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499F91

Black with #499F91

Text Example


Text Example

White with #499F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499F91; }

 p { color: rgb(73,159,145); }

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

background-color css

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

 a { background-color: rgb(73,159,145); }

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

border-color css

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

 span { border-color: rgb(73,159,145); }

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