Html Css Color HEX #499890 Lochinvar

📋 copy color: '#499890'

red 73 ◦ green 152 ◦ blue 144

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

Shades of Lochinvar #499890

Tints of Lochinvar #499890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.19%

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

R = 19.78%
G = 41.19%
B = 39.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#499890 (or 0x499890) is known color: Lochinvar. HEX triplet: 49, 98 and 90. RGB value is (73,152,144). Sum of RGB (Red+Green+Blue) = 73+152+144=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #499890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499890 is #B6676F. Grayscale: #7F7F7F. Windows color (decimal): -11954032 or 9476169. OLE color: 9476169.

HSL color Cylindrical-coordinate representation of color #499890: hue angle of 173.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499890 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 144 -
CMYK 0.52 0 0.05 0.40
HSL 173.92º 0.35% 0.44% -
HSV(B) 173.92º 0.52% 0.6% -
XYZ 19.01 25.89 30.38 -
YUV 127.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 73 152 144 0.52 0 0.05 0.40 173.92 0.35 0.44
Hex 49 98 90 34 0 5 28 AE 23 2C
Octal 111 230 220 64 0 5 50 256 43 54
Binary 1001001 10011000 10010000 110100 0 101 101000 10101110 100011 101100

Color Harmonies of #499890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499890

Black with #499890

Text Example


Text Example

White with #499890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499890; }

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

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

background-color css

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

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

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

border-color css

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

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

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