#459A89

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

Shades of Lochinvar #459A89

Tints of Lochinvar #459A89

Color information

#459A89 (or 0x459A89) is unknown color: approx Lochinvar. HEX triplet: 45, 9A and 89. RGB value is (69,154,137). Sum of RGB (Red+Green+Blue) = 69+154+137=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 154 - color contains mainly: green. Hex color #459A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459A89 is #BA6576. Grayscale: #7E7E7E. Windows color (decimal): -12215671 or 9017925. OLE color: 9017925.

HSL color Cylindrical-coordinate representation of color #459A89: hue angle of 168º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459A89 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB69154137-
CMYK0.5500.110.40
HSL168º38.12%43.73%-
HSV(B)168º55.19%60.39%-
XYZ18.5326.1827.74-
YUV126.65133.8486.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 154 (60.55% from 255) = 42.78%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=19.17%
G=42.78%
B=38.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal691541370.5500.110.4016838.1243.73
Hex459A89370B28a8262c
Octal10523221167013502504654
Binary100010110011010100010011101110101110100010101000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459A89; }

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

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

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

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

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

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

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

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