#458F89

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

Shades of Lochinvar #458F89

Tints of Lochinvar #458F89

Color information

#458F89 (or 0x458F89) is unknown color: approx Lochinvar. HEX triplet: 45, 8F and 89. RGB value is (69,143,137). Sum of RGB (Red+Green+Blue) = 69+143+137=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 143 - color contains mainly: green. Hex color #458F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458F89 is #BA7076. Grayscale: #787878. Windows color (decimal): -12218487 or 9015109. OLE color: 9015109.

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

Color convert

RGB69143137-
CMYK0.5200.040.44
HSL175.14º34.91%41.57%-
HSV(B)175.14º51.75%56.08%-
XYZ16.7922.7227.17-
YUV120.19137.4891.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.77%
GREEN value IS 143 (56.25% from 255) = 40.97%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=19.77%
G=40.97%
B=39.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691431370.5200.040.44175.1434.9141.57
Hex458F8934042Caf232a
Octal1052172116404542574352
Binary10001011000111110001001110100010010110010101111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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