Html Css Color HEX #499B90 Lochinvar

📋 copy color: '#499B90'

red 73 ◦ green 155 ◦ blue 144

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

Shades of Lochinvar #499B90

Tints of Lochinvar #499B90

RGB

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

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

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

R = 19.62%
G = 41.67%
B = 38.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#499B90 (or 0x499B90) is known color: Lochinvar. HEX triplet: 49, 9B and 90. RGB value is (73,155,144). Sum of RGB (Red+Green+Blue) = 73+155+144=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #499B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499B90 is #B6646F. Grayscale: #818181. Windows color (decimal): -11953264 or 9476937. OLE color: 9476937.

HSL color Cylindrical-coordinate representation of color #499B90: hue angle of 171.95º 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 #499B90 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 155 144 -
CMYK 0.53 0 0.07 0.39
HSL 171.95º 0.36% 0.45% -
HSV(B) 171.95º 0.53% 0.61% -
XYZ 19.5 26.87 30.54 -
YUV 129.23 136.33 87.89 -
System Red Green Blue C M Y K H S L
Decimal 73 155 144 0.53 0 0.07 0.39 171.95 0.36 0.45
Hex 49 9B 90 35 0 7 27 AC 24 2D
Octal 111 233 220 65 0 7 47 254 44 55
Binary 1001001 10011011 10010000 110101 0 111 100111 10101100 100100 101101

Color Harmonies of #499B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B90

Black with #499B90

Text Example


Text Example

White with #499B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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