Html Css Color HEX #499A82 Lochinvar

📋 copy color: '#499A82'

red 73 ◦ green 154 ◦ blue 130

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

Shades of Lochinvar #499A82

Tints of Lochinvar #499A82

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.14%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 20.45%
G = 43.14%
B = 36.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#499A82 (or 0x499A82) is known color: Lochinvar. HEX triplet: 49, 9A and 82. RGB value is (73,154,130). Sum of RGB (Red+Green+Blue) = 73+154+130=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #499A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499A82 is #B6657D. Grayscale: #7F7F7F. Windows color (decimal): -11953534 or 8559177. OLE color: 8559177.

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

Color convert

RGB 73 154 130 -
CMYK 0.53 0 0.16 0.40
HSL 162.22º 0.36% 0.45% -
HSV(B) 162.22º 0.53% 0.6% -
XYZ 18.33 26.14 25.2 -
YUV 127.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 73 154 130 0.53 0 0.16 0.40 162.22 0.36 0.45
Hex 49 9A 82 35 0 10 28 A2 24 2D
Octal 111 232 202 65 0 20 50 242 44 55
Binary 1001001 10011010 10000010 110101 0 10000 101000 10100010 100100 101101

Color Harmonies of #499A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499A82

Black with #499A82

Text Example


Text Example

White with #499A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,154,130); }

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

background-color css

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

 a { background-color: rgb(73,154,130); }

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

border-color css

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

 span { border-color: rgb(73,154,130); }

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