Html Css Color HEX #499189 Lochinvar

📋 copy color: '#499189'

red 73 ◦ green 145 ◦ blue 137

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

Shades of Lochinvar #499189

Tints of Lochinvar #499189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.85%

 BLUE value IS 137 (53.91% from 255) = 38.59%

R = 20.56%
G = 40.85%
B = 38.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#499189 (or 0x499189) is known color: Lochinvar. HEX triplet: 49, 91 and 89. RGB value is (73,145,137). Sum of RGB (Red+Green+Blue) = 73+145+137=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #499189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499189 is #B66E76. Grayscale: #7A7A7A. Windows color (decimal): -11955831 or 9015625. OLE color: 9015625.

HSL color Cylindrical-coordinate representation of color #499189: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499189 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 137 -
CMYK 0.50 0 0.06 0.43
HSL 173.33º 0.33% 0.43% -
HSV(B) 173.33º 0.5% 0.57% -
XYZ 17.39 23.47 27.28 -
YUV 122.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 73 145 137 0.50 0 0.06 0.43 173.33 0.33 0.43
Hex 49 91 89 32 0 6 2B AD 21 2B
Octal 111 221 211 62 0 6 53 255 41 53
Binary 1001001 10010001 10001001 110010 0 110 101011 10101101 100001 101011

Color Harmonies of #499189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499189

Black with #499189

Text Example


Text Example

White with #499189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499189; }

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

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

background-color css

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

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

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

border-color css

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

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

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