#449B8E

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

Shades of Lochinvar #449B8E

Tints of Lochinvar #449B8E

Color information

#449B8E (or 0x449B8E) is unknown color: approx Lochinvar. HEX triplet: 44, 9B and 8E. RGB value is (68,155,142). Sum of RGB (Red+Green+Blue) = 68+155+142=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #449B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B8E is #BB6471. Grayscale: #7F7F7F. Windows color (decimal): -12280946 or 9345860. OLE color: 9345860.

HSL color Cylindrical-coordinate representation of color #449B8E: hue angle of 171.03º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B8E is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB68155142-
CMYK0.5600.080.39
HSL171.03º39.01%43.73%-
HSV(B)171.03º56.13%60.78%-
XYZ18.9926.6229.73-
YUV127.51136.1885.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.63%
GREEN value IS 155 (60.94% from 255) = 42.47%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=18.63%
G=42.47%
B=38.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681551420.5600.080.39171.0339.0143.73
Hex449B8E380827ab272c
Octal10423321670010472534754
Binary100010010011011100011101110000100010011110101011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449B8E; }

 p { color: rgb(68,155,142); }

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

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

 a { background-color: rgb(68,155,142); }

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

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

 span { border-color: rgb(68,155,142); }

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