Html Css Color HEX #498781 Lochinvar

📋 copy color: '#498781'

red 73 ◦ green 135 ◦ blue 129

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

Shades of Lochinvar #498781

Tints of Lochinvar #498781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.06%

 BLUE value IS 129 (50.78% from 255) = 38.28%

R = 21.66%
G = 40.06%
B = 38.28%

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

#498781 (or 0x498781) is known color: Lochinvar. HEX triplet: 49, 87 and 81. RGB value is (73,135,129). Sum of RGB (Red+Green+Blue) = 73+135+129=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #498781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498781 is #B6787E. Grayscale: #737373. Windows color (decimal): -11958399 or 8488777. OLE color: 8488777.

HSL color Cylindrical-coordinate representation of color #498781: hue angle of 174.19º degrees, saturation: 0.3, 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 #498781 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 135 129 -
CMYK 0.46 0 0.04 0.47
HSL 174.19º 0.3% 0.41% -
HSV(B) 174.19º 0.46% 0.53% -
XYZ 15.37 20.33 23.88 -
YUV 115.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 73 135 129 0.46 0 0.04 0.47 174.19 0.3 0.41
Hex 49 87 81 2E 0 4 2F AE 1E 29
Octal 111 207 201 56 0 4 57 256 36 51
Binary 1001001 10000111 10000001 101110 0 100 101111 10101110 11110 101001

Color Harmonies of #498781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498781

Black with #498781

Text Example


Text Example

White with #498781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498781; }

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

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

background-color css

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

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

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

border-color css

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

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

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