Html Css Color HEX #498A87 Lochinvar

📋 copy color: '#498A87'

red 73 ◦ green 138 ◦ blue 135

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

Shades of Lochinvar #498A87

Tints of Lochinvar #498A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.88%

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

R = 21.1%
G = 39.88%
B = 39.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#498A87 (or 0x498A87) is known color: Lochinvar. HEX triplet: 49, 8A and 87. RGB value is (73,138,135). Sum of RGB (Red+Green+Blue) = 73+138+135=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #498A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498A87 is #B67578. Grayscale: #767676. Windows color (decimal): -11957625 or 8882761. OLE color: 8882761.

HSL color Cylindrical-coordinate representation of color #498A87: hue angle of 177.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498A87 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 138 135 -
CMYK 0.47 0 0.02 0.46
HSL 177.23º 0.31% 0.41% -
HSV(B) 177.23º 0.47% 0.54% -
XYZ 16.21 21.34 26.19 -
YUV 118.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 73 138 135 0.47 0 0.02 0.46 177.23 0.31 0.41
Hex 49 8A 87 2F 0 2 2E B1 1F 29
Octal 111 212 207 57 0 2 56 261 37 51
Binary 1001001 10001010 10000111 101111 0 10 101110 10110001 11111 101001

Color Harmonies of #498A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498A87

Black with #498A87

Text Example


Text Example

White with #498A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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