#498884

Color #498884 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #498884

Tints of Lochinvar #498884

Color information

#498884 (or 0x498884) is unknown color: approx Lochinvar. HEX triplet: 49, 88 and 84. RGB value is (73,136,132). Sum of RGB (Red+Green+Blue) = 73+136+132=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #498884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498884 is #B6777B. Grayscale: #747474. Windows color (decimal): -11958140 or 8685641. OLE color: 8685641.

HSL color Cylindrical-coordinate representation of color #498884: hue angle of 176.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 #498884 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB73136132-
CMYK0.4600.030.47
HSL176.19º30.14%40.98%-
HSV(B)176.19º46.32%53.33%-
XYZ15.7220.6925-
YUV116.71136.6396.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=21.41%
G=39.88%
B=38.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731361320.4600.030.47176.1930.1440.98
Hex4988842E032Fb01e29
Octal1112102045603572603651
Binary100100110001000100001001011100111011111011000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498884; }

 p { color: rgb(73,136,132); }

 H1.HeaderClassName
 {
   color: #498884;
 }
 .AnyTagClassName
 {
   color: #498884;
 }
</style>
background-color css

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

 a { background-color: rgb(73,136,132); }

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

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

 span { border-color: rgb(73,136,132); }

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