#449488

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

Shades of Lochinvar #449488

Tints of Lochinvar #449488

Color information

#449488 (or 0x449488) is unknown color: approx Lochinvar. HEX triplet: 44, 94 and 88. RGB value is (68,148,136). Sum of RGB (Red+Green+Blue) = 68+148+136=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #449488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449488 is #BB6B77. Grayscale: #7A7A7A. Windows color (decimal): -12282744 or 8950852. OLE color: 8950852.

HSL color Cylindrical-coordinate representation of color #449488: hue angle of 171º 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 #449488 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB68148136-
CMYK0.5400.080.42
HSL171º37.04%42.35%-
HSV(B)171º54.05%58.04%-
XYZ17.4224.1927.04-
YUV122.71135.588.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 148 (58.20% from 255) = 42.05%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=19.32%
G=42.05%
B=38.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681481360.5400.080.4217137.0442.35
Hex44948836082Aab252a
Octal10422421066010522534552
Binary100010010010100100010001101100100010101010101011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449488; }

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

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

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

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

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

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

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

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