#449688

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

Shades of Lochinvar #449688

Tints of Lochinvar #449688

Color information

#449688 (or 0x449688) is unknown color: approx Lochinvar. HEX triplet: 44, 96 and 88. RGB value is (68,150,136). Sum of RGB (Red+Green+Blue) = 68+150+136=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #449688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449688 is #BB6977. Grayscale: #7B7B7B. Windows color (decimal): -12282232 or 8951364. OLE color: 8951364.

HSL color Cylindrical-coordinate representation of color #449688: hue angle of 169.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449688 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB68150136-
CMYK0.5500.090.41
HSL169.76º37.61%42.75%-
HSV(B)169.76º54.67%58.82%-
XYZ17.7324.8227.15-
YUV123.89134.8388.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.21%
GREEN value IS 150 (58.98% from 255) = 42.37%
BLUE value IS 136 (53.52% from 255) = 38.42%
R=19.21%
G=42.37%
B=38.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681501360.5500.090.41169.7637.6142.75
Hex449688370929aa262b
Octal10422621067011512524653
Binary100010010010110100010001101110100110100110101010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449688; }

 p { color: rgb(68,150,136); }

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

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

 a { background-color: rgb(68,150,136); }

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

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

 span { border-color: rgb(68,150,136); }

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