#458979

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

Shades of Lochinvar #458979

Tints of Lochinvar #458979

Color information

#458979 (or 0x458979) is unknown color: approx Lochinvar. HEX triplet: 45, 89 and 79. RGB value is (69,137,121). Sum of RGB (Red+Green+Blue) = 69+137+121=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #458979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458979 is #BA7686. Grayscale: #727272. Windows color (decimal): -12220039 or 7964997. OLE color: 7964997.

HSL color Cylindrical-coordinate representation of color #458979: hue angle of 165.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458979 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB69137121-
CMYK0.5000.120.46
HSL165.88º33.01%40.39%-
HSV(B)165.88º49.64%53.73%-
XYZ14.8520.5421.27-
YUV114.84131.4795.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=21.10%
G=41.90%
B=37.00%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691371210.5000.120.46165.8833.0140.39
Hex458979320C2Ea62128
Octal10521117162014562464150
Binary10001011000100111110011100100110010111010100110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458979; }

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

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

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

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

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

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

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

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