#449986

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

Shades of Lochinvar #449986

Tints of Lochinvar #449986

Color information

#449986 (or 0x449986) is unknown color: approx Lochinvar. HEX triplet: 44, 99 and 86. RGB value is (68,153,134). Sum of RGB (Red+Green+Blue) = 68+153+134=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #449986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449986 is #BB6679. Grayscale: #7D7D7D. Windows color (decimal): -12281466 or 8821060. OLE color: 8821060.

HSL color Cylindrical-coordinate representation of color #449986: hue angle of 166.59º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449986 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB68153134-
CMYK0.5600.120.4
HSL166.59º38.46%43.33%-
HSV(B)166.59º55.56%60%-
XYZ18.0825.7326.57-
YUV125.42132.8487.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 153 (60.16% from 255) = 43.10%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=19.15%
G=43.10%
B=37.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681531340.5600.120.4166.5938.4643.33
Hex449986380C28a7262b
Octal10423120670014502474653
Binary100010010011001100001101110000110010100010100111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449986; }

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

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

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

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

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

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

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

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