Html Css Color HEX #498B87 Lochinvar

📋 copy color: '#498B87'

red 73 ◦ green 139 ◦ blue 135

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

Shades of Lochinvar #498B87

Tints of Lochinvar #498B87

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.06%

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

R = 21.04%
G = 40.06%
B = 38.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#498B87 (or 0x498B87) is known color: Lochinvar. HEX triplet: 49, 8B and 87. RGB value is (73,139,135). Sum of RGB (Red+Green+Blue) = 73+139+135=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #498B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498B87 is #B67478. Grayscale: #767676. Windows color (decimal): -11957369 or 8883017. OLE color: 8883017.

HSL color Cylindrical-coordinate representation of color #498B87: hue angle of 176.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498B87 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 139 135 -
CMYK 0.47 0 0.03 0.45
HSL 176.36º 0.31% 0.42% -
HSV(B) 176.36º 0.47% 0.55% -
XYZ 16.35 21.63 26.23 -
YUV 118.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 73 139 135 0.47 0 0.03 0.45 176.36 0.31 0.42
Hex 49 8B 87 2F 0 3 2D B0 1F 2A
Octal 111 213 207 57 0 3 55 260 37 52
Binary 1001001 10001011 10000111 101111 0 11 101101 10110000 11111 101010

Color Harmonies of #498B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498B87

Black with #498B87

Text Example


Text Example

White with #498B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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