Html Css Color HEX #499B89 Lochinvar

📋 copy color: '#499B89'

red 73 ◦ green 155 ◦ blue 137

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

Shades of Lochinvar #499B89

Tints of Lochinvar #499B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.47%

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

R = 20%
G = 42.47%
B = 37.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#499B89 (or 0x499B89) is known color: Lochinvar. HEX triplet: 49, 9B and 89. RGB value is (73,155,137). Sum of RGB (Red+Green+Blue) = 73+155+137=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #499B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499B89 is #B66476. Grayscale: #808080. Windows color (decimal): -11953271 or 9018185. OLE color: 9018185.

HSL color Cylindrical-coordinate representation of color #499B89: hue angle of 166.83º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499B89 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 155 137 -
CMYK 0.53 0 0.12 0.39
HSL 166.83º 0.36% 0.45% -
HSV(B) 166.83º 0.53% 0.61% -
XYZ 18.98 26.67 27.81 -
YUV 128.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 73 155 137 0.53 0 0.12 0.39 166.83 0.36 0.45
Hex 49 9B 89 35 0 C 27 A7 24 2D
Octal 111 233 211 65 0 14 47 247 44 55
Binary 1001001 10011011 10001001 110101 0 1100 100111 10100111 100100 101101

Color Harmonies of #499B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B89

Black with #499B89

Text Example


Text Example

White with #499B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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