Html Css Color HEX #499B87 Lochinvar

📋 copy color: '#499B87'

red 73 ◦ green 155 ◦ blue 135

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

Shades of Lochinvar #499B87

Tints of Lochinvar #499B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 20.11%
G = 42.7%
B = 37.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#499B87 (or 0x499B87) is known color: Lochinvar. HEX triplet: 49, 9B and 87. RGB value is (73,155,135). Sum of RGB (Red+Green+Blue) = 73+155+135=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #499B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499B87 is #B66478. Grayscale: #808080. Windows color (decimal): -11953273 or 8887113. OLE color: 8887113.

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

Color convert

RGB 73 155 135 -
CMYK 0.53 0 0.13 0.39
HSL 165.37º 0.36% 0.45% -
HSV(B) 165.37º 0.53% 0.61% -
XYZ 18.84 26.61 27.06 -
YUV 128.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 73 155 135 0.53 0 0.13 0.39 165.37 0.36 0.45
Hex 49 9B 87 35 0 D 27 A5 24 2D
Octal 111 233 207 65 0 15 47 245 44 55
Binary 1001001 10011011 10000111 110101 0 1101 100111 10100101 100100 101101

Color Harmonies of #499B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B87

Black with #499B87

Text Example


Text Example

White with #499B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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