Html Css Color HEX #499689 Lochinvar

📋 copy color: '#499689'

red 73 ◦ green 150 ◦ blue 137

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

Shades of Lochinvar #499689

Tints of Lochinvar #499689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

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

R = 20.28%
G = 41.67%
B = 38.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#499689 (or 0x499689) is known color: Lochinvar. HEX triplet: 49, 96 and 89. RGB value is (73,150,137). Sum of RGB (Red+Green+Blue) = 73+150+137=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #499689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499689 is #B66976. Grayscale: #7D7D7D. Windows color (decimal): -11954551 or 9016905. OLE color: 9016905.

HSL color Cylindrical-coordinate representation of color #499689: hue angle of 169.87º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499689 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 137 -
CMYK 0.51 0 0.09 0.41
HSL 169.87º 0.35% 0.44% -
HSV(B) 169.87º 0.51% 0.59% -
XYZ 18.17 25.04 27.54 -
YUV 125.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 73 150 137 0.51 0 0.09 0.41 169.87 0.35 0.44
Hex 49 96 89 33 0 9 29 AA 23 2C
Octal 111 226 211 63 0 11 51 252 43 54
Binary 1001001 10010110 10001001 110011 0 1001 101001 10101010 100011 101100

Color Harmonies of #499689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499689

Black with #499689

Text Example


Text Example

White with #499689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499689; }

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

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

background-color css

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

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

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

border-color css

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

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

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