#458A79

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

Shades of Lochinvar #458A79

Tints of Lochinvar #458A79

Color information

#458A79 (or 0x458A79) is unknown color: approx Lochinvar. HEX triplet: 45, 8A and 79. RGB value is (69,138,121). Sum of RGB (Red+Green+Blue) = 69+138+121=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #458A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A79 is #BA7586. Grayscale: #737373. Windows color (decimal): -12219783 or 7965253. OLE color: 7965253.

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

Color convert

RGB69138121-
CMYK0.500.120.46
HSL165.22º33.33%40.59%-
HSV(B)165.22º50%54.12%-
XYZ14.9920.8221.32-
YUV115.43131.1494.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=21.04%
G=42.07%
B=36.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691381210.500.120.46165.2233.3340.59
Hex458A79320C2Ea52129
Octal10521217162014562454151
Binary10001011000101011110011100100110010111010100101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458A79; }

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

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

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

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

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

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

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

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