Html Css Color HEX #499684 Lochinvar

📋 copy color: '#499684'

red 73 ◦ green 150 ◦ blue 132

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

Shades of Lochinvar #499684

Tints of Lochinvar #499684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 20.56%
G = 42.25%
B = 37.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#499684 (or 0x499684) is known color: Lochinvar. HEX triplet: 49, 96 and 84. RGB value is (73,150,132). Sum of RGB (Red+Green+Blue) = 73+150+132=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #499684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499684 is #B6697B. Grayscale: #7C7C7C. Windows color (decimal): -11954556 or 8689225. OLE color: 8689225.

HSL color Cylindrical-coordinate representation of color #499684: hue angle of 165.97º 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 #499684 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 132 -
CMYK 0.51 0 0.12 0.41
HSL 165.97º 0.35% 0.44% -
HSV(B) 165.97º 0.51% 0.59% -
XYZ 17.82 24.9 25.7 -
YUV 124.93 131.99 90.96 -
System Red Green Blue C M Y K H S L
Decimal 73 150 132 0.51 0 0.12 0.41 165.97 0.35 0.44
Hex 49 96 84 33 0 C 29 A6 23 2C
Octal 111 226 204 63 0 14 51 246 43 54
Binary 1001001 10010110 10000100 110011 0 1100 101001 10100110 100011 101100

Color Harmonies of #499684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499684

Black with #499684

Text Example


Text Example

White with #499684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499684; }

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

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

background-color css

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

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

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

border-color css

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

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

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