#449A8F

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

Shades of Lochinvar #449A8F

Tints of Lochinvar #449A8F

Color information

#449A8F (or 0x449A8F) is unknown color: approx Lochinvar. HEX triplet: 44, 9A and 8F. RGB value is (68,154,143). Sum of RGB (Red+Green+Blue) = 68+154+143=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #449A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A8F is #BB6570. Grayscale: #7E7E7E. Windows color (decimal): -12281201 or 9411140. OLE color: 9411140.

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

Color convert

RGB68154143-
CMYK0.5600.070.40
HSL172.33º38.74%43.53%-
HSV(B)172.33º55.84%60.39%-
XYZ18.926.3230.07-
YUV127.03137.0185.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.63%
GREEN value IS 154 (60.55% from 255) = 42.19%
BLUE value IS 143 (56.25% from 255) = 39.18%
R=18.63%
G=42.19%
B=39.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681541430.5600.070.40172.3338.7443.53
Hex449A8F380728ac272c
Octal1042322177007502544754
Binary10001001001101010001111111000011110100010101100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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