#458E84

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

Shades of Lochinvar #458E84

Tints of Lochinvar #458E84

Color information

#458E84 (or 0x458E84) is unknown color: approx Lochinvar. HEX triplet: 45, 8E and 84. RGB value is (69,142,132). Sum of RGB (Red+Green+Blue) = 69+142+132=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #458E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458E84 is #BA717B. Grayscale: #777777. Windows color (decimal): -12218748 or 8687173. OLE color: 8687173.

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

Color convert

RGB69142132-
CMYK0.5100.070.44
HSL171.78º34.6%41.37%-
HSV(B)171.78º51.41%55.69%-
XYZ16.2922.2825.27-
YUV119.03135.3292.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=20.12%
G=41.40%
B=38.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691421320.5100.070.44171.7834.641.37
Hex458E8433072Cac2329
Octal1052162046307542544351
Binary10001011000111010000100110011011110110010101100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,142,132); }

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

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

 a { background-color: rgb(69,142,132); }

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

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

 span { border-color: rgb(69,142,132); }

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