#449A8E

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

Shades of Lochinvar #449A8E

Tints of Lochinvar #449A8E

Color information

#449A8E (or 0x449A8E) is unknown color: approx Lochinvar. HEX triplet: 44, 9A and 8E. RGB value is (68,154,142). Sum of RGB (Red+Green+Blue) = 68+154+142=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #449A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A8E is #BB6571. Grayscale: #7E7E7E. Windows color (decimal): -12281202 or 9345604. OLE color: 9345604.

HSL color Cylindrical-coordinate representation of color #449A8E: hue angle of 171.63º 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 #449A8E is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB68154142-
CMYK0.5600.080.40
HSL171.63º38.74%43.53%-
HSV(B)171.63º55.84%60.39%-
XYZ18.8226.2929.67-
YUV126.92136.5185.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.68%
GREEN value IS 154 (60.55% from 255) = 42.31%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=18.68%
G=42.31%
B=39.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681541420.5600.080.40171.6338.7443.53
Hex449A8E380828ac272c
Octal10423221670010502544754
Binary100010010011010100011101110000100010100010101100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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