#449A89

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

Shades of Lochinvar #449A89

Tints of Lochinvar #449A89

Color information

#449A89 (or 0x449A89) is unknown color: approx Lochinvar. HEX triplet: 44, 9A and 89. RGB value is (68,154,137). Sum of RGB (Red+Green+Blue) = 68+154+137=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #449A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A89 is #BB6576. Grayscale: #7E7E7E. Windows color (decimal): -12281207 or 9017924. OLE color: 9017924.

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

Color convert

RGB68154137-
CMYK0.5600.110.40
HSL168.14º38.74%43.53%-
HSV(B)168.14º55.84%60.39%-
XYZ18.4526.1527.74-
YUV126.35134.0186.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.94%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=18.94%
G=42.90%
B=38.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681541370.5600.110.40168.1438.7443.53
Hex449A89380B28a8272c
Octal10423221170013502504754
Binary100010010011010100010011110000101110100010101000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,154,137); }

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

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

 a { background-color: rgb(68,154,137); }

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

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

 span { border-color: rgb(68,154,137); }

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