#449485

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

Shades of Lochinvar #449485

Tints of Lochinvar #449485

Color information

#449485 (or 0x449485) is unknown color: approx Lochinvar. HEX triplet: 44, 94 and 85. RGB value is (68,148,133). Sum of RGB (Red+Green+Blue) = 68+148+133=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #449485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449485 is #BB6B7A. Grayscale: #7A7A7A. Windows color (decimal): -12282747 or 8754244. OLE color: 8754244.

HSL color Cylindrical-coordinate representation of color #449485: hue angle of 168.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449485 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB68148133-
CMYK0.5400.100.42
HSL168.75º37.04%42.35%-
HSV(B)168.75º54.05%58.04%-
XYZ17.2124.125.94-
YUV122.3713489.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.48%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=19.48%
G=42.41%
B=38.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681481330.5400.100.42168.7537.0442.35
Hex449485360A2Aa9252a
Octal10422420566012522514552
Binary100010010010100100001011101100101010101010101001100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449485; }

 p { color: rgb(68,148,133); }

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

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

 a { background-color: rgb(68,148,133); }

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

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

 span { border-color: rgb(68,148,133); }

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