Html Css Color HEX #499E8E Lochinvar

📋 copy color: '#499E8E'

red 73 ◦ green 158 ◦ blue 142

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

Shades of Lochinvar #499E8E

Tints of Lochinvar #499E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.07%

R = 19.57%
G = 42.36%
B = 38.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#499E8E (or 0x499E8E) is known color: Lochinvar. HEX triplet: 49, 9E and 8E. RGB value is (73,158,142). Sum of RGB (Red+Green+Blue) = 73+158+142=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #499E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499E8E is #B66171. Grayscale: #828282. Windows color (decimal): -11952498 or 9346633. OLE color: 9346633.

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

Color convert

RGB 73 158 142 -
CMYK 0.54 0 0.10 0.38
HSL 168.71º 0.37% 0.45% -
HSV(B) 168.71º 0.54% 0.62% -
XYZ 19.86 27.82 29.92 -
YUV 130.76 134.34 86.8 -
System Red Green Blue C M Y K H S L
Decimal 73 158 142 0.54 0 0.10 0.38 168.71 0.37 0.45
Hex 49 9E 8E 36 0 A 26 A9 25 2D
Octal 111 236 216 66 0 12 46 251 45 55
Binary 1001001 10011110 10001110 110110 0 1010 100110 10101001 100101 101101

Color Harmonies of #499E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499E8E

Black with #499E8E

Text Example


Text Example

White with #499E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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