#469279

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

Shades of Lochinvar #469279

Tints of Lochinvar #469279

Color information

#469279 (or 0x469279) is unknown color: approx Lochinvar. HEX triplet: 46, 92 and 79. RGB value is (70,146,121). Sum of RGB (Red+Green+Blue) = 70+146+121=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #469279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469279 is #B96D86. Grayscale: #787878. Windows color (decimal): -12152199 or 7967302. OLE color: 7967302.

HSL color Cylindrical-coordinate representation of color #469279: hue angle of 160.26º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469279 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB70146121-
CMYK0.5200.170.43
HSL160.26º35.19%42.35%-
HSV(B)160.26º52.05%57.25%-
XYZ16.2623.2421.72-
YUV120.43128.3292.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=20.77%
G=43.32%
B=35.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701461210.5200.170.43160.2635.1942.35
Hex469279340112Ba0232a
Octal10622217164021532404352
Binary100011010010010111100111010001000110101110100000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469279; }

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

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

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

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

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

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

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

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