Html Css Color HEX #499B7D Lochinvar

📋 copy color: '#499B7D'

red 73 ◦ green 155 ◦ blue 125

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

Shades of Lochinvar #499B7D

Tints of Lochinvar #499B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.91%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 20.68%
G = 43.91%
B = 35.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#499B7D (or 0x499B7D) is known color: Lochinvar. HEX triplet: 49, 9B and 7D. RGB value is (73,155,125). Sum of RGB (Red+Green+Blue) = 73+155+125=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #499B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B7D is #B66482. Grayscale: #7F7F7F. Windows color (decimal): -11953283 or 8231753. OLE color: 8231753.

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

Color convert

RGB 73 155 125 -
CMYK 0.53 0 0.19 0.39
HSL 158.05º 0.36% 0.45% -
HSV(B) 158.05º 0.53% 0.61% -
XYZ 18.17 26.34 23.53 -
YUV 127.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 73 155 125 0.53 0 0.19 0.39 158.05 0.36 0.45
Hex 49 9B 7D 35 0 13 27 9E 24 2D
Octal 111 233 175 65 0 23 47 236 44 55
Binary 1001001 10011011 1111101 110101 0 10011 100111 10011110 100100 101101

Color Harmonies of #499B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B7D

Black with #499B7D

Text Example


Text Example

White with #499B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,155,125); }

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

background-color css

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

 a { background-color: rgb(73,155,125); }

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

border-color css

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

 span { border-color: rgb(73,155,125); }

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