Html Css Color HEX #499F90 Lochinvar

📋 copy color: '#499F90'

red 73 ◦ green 159 ◦ blue 144

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

Shades of Lochinvar #499F90

Tints of Lochinvar #499F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.3%

R = 19.41%
G = 42.29%
B = 38.3%

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

#499F90 (or 0x499F90) is known color: Lochinvar. HEX triplet: 49, 9F and 90. RGB value is (73,159,144). Sum of RGB (Red+Green+Blue) = 73+159+144=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #499F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F90 is #B6606F. Grayscale: #838383. Windows color (decimal): -11952240 or 9477961. OLE color: 9477961.

HSL color Cylindrical-coordinate representation of color #499F90: hue angle of 169.53º 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 #499F90 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 159 144 -
CMYK 0.54 0 0.09 0.38
HSL 169.53º 0.37% 0.45% -
HSV(B) 169.53º 0.54% 0.62% -
XYZ 20.18 28.23 30.77 -
YUV 131.58 135.01 86.22 -
System Red Green Blue C M Y K H S L
Decimal 73 159 144 0.54 0 0.09 0.38 169.53 0.37 0.45
Hex 49 9F 90 36 0 9 26 AA 25 2D
Octal 111 237 220 66 0 11 46 252 45 55
Binary 1001001 10011111 10010000 110110 0 1001 100110 10101010 100101 101101

Color Harmonies of #499F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499F90

Black with #499F90

Text Example


Text Example

White with #499F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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