Html Css Color HEX #498680 Lochinvar

📋 copy color: '#498680'

red 73 ◦ green 134 ◦ blue 128

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

Shades of Lochinvar #498680

Tints of Lochinvar #498680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40%

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 21.79%
G = 40%
B = 38.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#498680 (or 0x498680) is known color: Lochinvar. HEX triplet: 49, 86 and 80. RGB value is (73,134,128). Sum of RGB (Red+Green+Blue) = 73+134+128=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #498680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498680 is #B6797F. Grayscale: #737373. Windows color (decimal): -11958656 or 8422985. OLE color: 8422985.

HSL color Cylindrical-coordinate representation of color #498680: hue angle of 174.1º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498680 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 134 128 -
CMYK 0.46 0 0.04 0.47
HSL 174.1º 0.29% 0.41% -
HSV(B) 174.1º 0.46% 0.53% -
XYZ 15.17 20.03 23.49 -
YUV 115.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 73 134 128 0.46 0 0.04 0.47 174.1 0.29 0.41
Hex 49 86 80 2E 0 4 2F AE 1D 29
Octal 111 206 200 56 0 4 57 256 35 51
Binary 1001001 10000110 10000000 101110 0 100 101111 10101110 11101 101001

Color Harmonies of #498680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498680

Black with #498680

Text Example


Text Example

White with #498680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498680; }

 p { color: rgb(73,134,128); }

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

background-color css

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

 a { background-color: rgb(73,134,128); }

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

border-color css

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

 span { border-color: rgb(73,134,128); }

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