Html Css Color HEX #499E90 Lochinvar

📋 copy color: '#499E90'

red 73 ◦ green 158 ◦ blue 144

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

Shades of Lochinvar #499E90

Tints of Lochinvar #499E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.13%

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

R = 19.47%
G = 42.13%
B = 38.4%

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

#499E90 (or 0x499E90) is known color: Lochinvar. HEX triplet: 49, 9E and 90. RGB value is (73,158,144). Sum of RGB (Red+Green+Blue) = 73+158+144=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #499E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499E90 is #B6616F. Grayscale: #828282. Windows color (decimal): -11952496 or 9477705. OLE color: 9477705.

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

Color convert

RGB 73 158 144 -
CMYK 0.54 0 0.09 0.38
HSL 170.12º 0.37% 0.45% -
HSV(B) 170.12º 0.54% 0.62% -
XYZ 20.01 27.88 30.71 -
YUV 130.99 135.34 86.64 -
System Red Green Blue C M Y K H S L
Decimal 73 158 144 0.54 0 0.09 0.38 170.12 0.37 0.45
Hex 49 9E 90 36 0 9 26 AA 25 2D
Octal 111 236 220 66 0 11 46 252 45 55
Binary 1001001 10011110 10010000 110110 0 1001 100110 10101010 100101 101101

Color Harmonies of #499E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499E90

Black with #499E90

Text Example


Text Example

White with #499E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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