#458B7E

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

Shades of Lochinvar #458B7E

Tints of Lochinvar #458B7E

Color information

#458B7E (or 0x458B7E) is unknown color: approx Lochinvar. HEX triplet: 45, 8B and 7E. RGB value is (69,139,126). Sum of RGB (Red+Green+Blue) = 69+139+126=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #458B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B7E is #BA7481. Grayscale: #747474. Windows color (decimal): -12219522 or 8293189. OLE color: 8293189.

HSL color Cylindrical-coordinate representation of color #458B7E: hue angle of 168.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458B7E is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB69139126-
CMYK0.5000.090.45
HSL168.86º33.65%40.78%-
HSV(B)168.86º50.36%54.51%-
XYZ15.4521.2423.02-
YUV116.59133.3194.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=20.66%
G=41.62%
B=37.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691391260.5000.090.45168.8633.6540.78
Hex458B7E32092Da92229
Octal10521317662011552514251
Binary10001011000101111111101100100100110110110101001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,139,126); }

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

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

 a { background-color: rgb(69,139,126); }

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

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

 span { border-color: rgb(69,139,126); }

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