#469079

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

Shades of Lochinvar #469079

Tints of Lochinvar #469079

Color information

#469079 (or 0x469079) is unknown color: approx Lochinvar. HEX triplet: 46, 90 and 79. RGB value is (70,144,121). Sum of RGB (Red+Green+Blue) = 70+144+121=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #469079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469079 is #B96F86. Grayscale: #777777. Windows color (decimal): -12152711 or 7966790. OLE color: 7966790.

HSL color Cylindrical-coordinate representation of color #469079: hue angle of 161.35º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #469079 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB70144121-
CMYK0.5100.160.44
HSL161.35º34.58%41.96%-
HSV(B)161.35º51.39%56.47%-
XYZ15.9522.6321.62-
YUV119.25128.9892.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=20.90%
G=42.99%
B=36.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701441210.5100.160.44161.3534.5841.96
Hex469079330102Ca1232a
Octal10622017163020542414352
Binary100011010010000111100111001101000010110010100001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469079; }

 p { color: rgb(70,144,121); }

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

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

 a { background-color: rgb(70,144,121); }

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

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

 span { border-color: rgb(70,144,121); }

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