#449080

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

Shades of Lochinvar #449080

Tints of Lochinvar #449080

Color information

#449080 (or 0x449080) is unknown color: approx Lochinvar. HEX triplet: 44, 90 and 80. RGB value is (68,144,128). Sum of RGB (Red+Green+Blue) = 68+144+128=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #449080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449080 is #BB6F7F. Grayscale: #777777. Windows color (decimal): -12283776 or 8425540. OLE color: 8425540.

HSL color Cylindrical-coordinate representation of color #449080: hue angle of 167.37º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449080 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB68144128-
CMYK0.5300.110.44
HSL167.37º35.85%41.57%-
HSV(B)167.37º52.78%56.47%-
XYZ16.2522.7323.95-
YUV119.45132.8291.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 144 (56.64% from 255) = 42.35%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=20%
G=42.35%
B=37.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681441280.5300.110.44167.3735.8541.57
Hex449080350B2Ca7242a
Octal10422020065013542474452
Binary100010010010000100000001101010101110110010100111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449080; }

 p { color: rgb(68,144,128); }

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

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

 a { background-color: rgb(68,144,128); }

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

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

 span { border-color: rgb(68,144,128); }

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