#468979

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

Shades of Lochinvar #468979

Tints of Lochinvar #468979

Color information

#468979 (or 0x468979) is unknown color: approx Lochinvar. HEX triplet: 46, 89 and 79. RGB value is (70,137,121). Sum of RGB (Red+Green+Blue) = 70+137+121=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #468979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468979 is #B97686. Grayscale: #737373. Windows color (decimal): -12154503 or 7964998. OLE color: 7964998.

HSL color Cylindrical-coordinate representation of color #468979: hue angle of 165.67º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468979 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB70137121-
CMYK0.4900.120.46
HSL165.67º32.37%40.59%-
HSV(B)165.67º48.91%53.73%-
XYZ14.9220.5721.27-
YUV115.14131.395.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=21.34%
G=41.77%
B=36.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701371210.4900.120.46165.6732.3740.59
Hex468979310C2Ea62029
Octal10621117161014562464051
Binary10001101000100111110011100010110010111010100110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468979; }

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

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

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

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

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

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

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

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