Html Css Color HEX #499B8D Lochinvar

📋 copy color: '#499B8D'

red 73 ◦ green 155 ◦ blue 141

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

Shades of Lochinvar #499B8D

Tints of Lochinvar #499B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 19.78%
G = 42.01%
B = 38.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#499B8D (or 0x499B8D) is known color: Lochinvar. HEX triplet: 49, 9B and 8D. RGB value is (73,155,141). Sum of RGB (Red+Green+Blue) = 73+155+141=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #499B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499B8D is #B66472. Grayscale: #808080. Windows color (decimal): -11953267 or 9280329. OLE color: 9280329.

HSL color Cylindrical-coordinate representation of color #499B8D: hue angle of 169.76º 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 #499B8D is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 155 141 -
CMYK 0.53 0 0.09 0.39
HSL 169.76º 0.36% 0.45% -
HSV(B) 169.76º 0.53% 0.61% -
XYZ 19.28 26.78 29.35 -
YUV 128.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 73 155 141 0.53 0 0.09 0.39 169.76 0.36 0.45
Hex 49 9B 8D 35 0 9 27 AA 24 2D
Octal 111 233 215 65 0 11 47 252 44 55
Binary 1001001 10011011 10001101 110101 0 1001 100111 10101010 100100 101101

Color Harmonies of #499B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B8D

Black with #499B8D

Text Example


Text Example

White with #499B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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