Html Css Color HEX #499788 Lochinvar

📋 copy color: '#499788'

red 73 ◦ green 151 ◦ blue 136

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

Shades of Lochinvar #499788

Tints of Lochinvar #499788

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.94%

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 20.28%
G = 41.94%
B = 37.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#499788 (or 0x499788) is known color: Lochinvar. HEX triplet: 49, 97 and 88. RGB value is (73,151,136). Sum of RGB (Red+Green+Blue) = 73+151+136=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #499788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499788 is #B66877. Grayscale: #7D7D7D. Windows color (decimal): -11954296 or 8951625. OLE color: 8951625.

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

Color convert

RGB 73 151 136 -
CMYK 0.52 0 0.10 0.41
HSL 168.46º 0.35% 0.44% -
HSV(B) 168.46º 0.52% 0.59% -
XYZ 18.26 25.33 27.22 -
YUV 125.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 73 151 136 0.52 0 0.10 0.41 168.46 0.35 0.44
Hex 49 97 88 34 0 A 29 A8 23 2C
Octal 111 227 210 64 0 12 51 250 43 54
Binary 1001001 10010111 10001000 110100 0 1010 101001 10101000 100011 101100

Color Harmonies of #499788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499788

Black with #499788

Text Example


Text Example

White with #499788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499788; }

 p { color: rgb(73,151,136); }

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

background-color css

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

 a { background-color: rgb(73,151,136); }

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

border-color css

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

 span { border-color: rgb(73,151,136); }

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