#459981

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

Shades of Lochinvar #459981

Tints of Lochinvar #459981

Color information

#459981 (or 0x459981) is unknown color: approx Lochinvar. HEX triplet: 45, 99 and 81. RGB value is (69,153,129). Sum of RGB (Red+Green+Blue) = 69+153+129=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #459981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459981 is #BA667E. Grayscale: #7D7D7D. Windows color (decimal): -12215935 or 8493381. OLE color: 8493381.

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

Color convert

RGB69153129-
CMYK0.5500.160.4
HSL162.86º37.84%43.53%-
HSV(B)162.86º54.9%60%-
XYZ17.8125.6324.78-
YUV125.15130.1787.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.66%
GREEN value IS 153 (60.16% from 255) = 43.59%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=19.66%
G=43.59%
B=36.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531290.5500.160.4162.8637.8443.53
Hex4599813701028a3262c
Octal10523120167020502434654
Binary1000101100110011000000111011101000010100010100011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459981; }

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

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

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

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

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

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

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

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