Html Css Color HEX #499680 Lochinvar

📋 copy color: '#499680'

red 73 ◦ green 150 ◦ blue 128

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

Shades of Lochinvar #499680

Tints of Lochinvar #499680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.74%

 BLUE value IS 128 (50.39% from 255) = 36.47%

R = 20.8%
G = 42.74%
B = 36.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#499680 (or 0x499680) is known color: Lochinvar. HEX triplet: 49, 96 and 80. RGB value is (73,150,128). Sum of RGB (Red+Green+Blue) = 73+150+128=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #499680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499680 is #B6697F. Grayscale: #7C7C7C. Windows color (decimal): -11954560 or 8427081. OLE color: 8427081.

HSL color Cylindrical-coordinate representation of color #499680: hue angle of 162.86º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499680 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 128 -
CMYK 0.51 0 0.15 0.41
HSL 162.86º 0.35% 0.44% -
HSV(B) 162.86º 0.51% 0.59% -
XYZ 17.55 24.79 24.28 -
YUV 124.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 73 150 128 0.51 0 0.15 0.41 162.86 0.35 0.44
Hex 49 96 80 33 0 F 29 A3 23 2C
Octal 111 226 200 63 0 17 51 243 43 54
Binary 1001001 10010110 10000000 110011 0 1111 101001 10100011 100011 101100

Color Harmonies of #499680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499680

Black with #499680

Text Example


Text Example

White with #499680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499680; }

 p { color: rgb(73,150,128); }

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

background-color css

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

 a { background-color: rgb(73,150,128); }

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

border-color css

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

 span { border-color: rgb(73,150,128); }

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