#499487

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

Shades of Lochinvar #499487

Tints of Lochinvar #499487

Color information

#499487 (or 0x499487) is unknown color: approx Lochinvar. HEX triplet: 49, 94 and 87. RGB value is (73,148,135). Sum of RGB (Red+Green+Blue) = 73+148+135=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #499487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499487 is #B66B78. Grayscale: #7C7C7C. Windows color (decimal): -11955065 or 8885321. OLE color: 8885321.

HSL color Cylindrical-coordinate representation of color #499487: hue angle of 169.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499487 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB73148135-
CMYK0.5100.090.42
HSL169.6º33.94%43.33%-
HSV(B)169.6º50.68%58.04%-
XYZ17.7124.3526.69-
YUV124.09134.1591.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=20.51%
G=41.57%
B=37.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731481350.5100.090.42169.633.9443.33
Hex49948733092Aaa222b
Octal11122420763011522524253
Binary100100110010100100001111100110100110101010101010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499487; }

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

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

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

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

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

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

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

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