Html Css Color HEX #499989 Lochinvar

📋 copy color: '#499989'

red 73 ◦ green 153 ◦ blue 137

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

Shades of Lochinvar #499989

Tints of Lochinvar #499989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

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

R = 20.11%
G = 42.15%
B = 37.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#499989 (or 0x499989) is known color: Lochinvar. HEX triplet: 49, 99 and 89. RGB value is (73,153,137). Sum of RGB (Red+Green+Blue) = 73+153+137=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #499989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499989 is #B66676. Grayscale: #7F7F7F. Windows color (decimal): -11953783 or 9017673. OLE color: 9017673.

HSL color Cylindrical-coordinate representation of color #499989: hue angle of 168º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499989 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 137 -
CMYK 0.52 0 0.10 0.4
HSL 168º 0.35% 0.44% -
HSV(B) 168º 0.52% 0.6% -
XYZ 18.65 26.01 27.7 -
YUV 127.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 73 153 137 0.52 0 0.10 0.4 168 0.35 0.44
Hex 49 99 89 34 0 A 28 A8 23 2C
Octal 111 231 211 64 0 12 50 250 43 54
Binary 1001001 10011001 10001001 110100 0 1010 101000 10101000 100011 101100

Color Harmonies of #499989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499989

Black with #499989

Text Example


Text Example

White with #499989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499989; }

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

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

background-color css

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

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

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

border-color css

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

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

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