#459986

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

Shades of Lochinvar #459986

Tints of Lochinvar #459986

Color information

#459986 (or 0x459986) is unknown color: approx Lochinvar. HEX triplet: 45, 99 and 86. RGB value is (69,153,134). Sum of RGB (Red+Green+Blue) = 69+153+134=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #459986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459986 is #BA6679. Grayscale: #7D7D7D. Windows color (decimal): -12215930 or 8821061. OLE color: 8821061.

HSL color Cylindrical-coordinate representation of color #459986: hue angle of 166.43º 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 #459986 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB69153134-
CMYK0.5500.120.4
HSL166.43º37.84%43.53%-
HSV(B)166.43º54.9%60%-
XYZ18.1525.7726.57-
YUV125.72132.6787.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 134 (52.73% from 255) = 37.64%
R=19.38%
G=42.98%
B=37.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531340.5500.120.4166.4337.8443.53
Hex459986370C28a6262c
Octal10523120667014502464654
Binary100010110011001100001101101110110010100010100110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459986; }

 p { color: rgb(69,153,134); }

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

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

 a { background-color: rgb(69,153,134); }

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

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

 span { border-color: rgb(69,153,134); }

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