#449888

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

Shades of Lochinvar #449888

Tints of Lochinvar #449888

Color information

#449888 (or 0x449888) is unknown color: approx Lochinvar. HEX triplet: 44, 98 and 88. RGB value is (68,152,136). Sum of RGB (Red+Green+Blue) = 68+152+136=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #449888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449888 is #BB6777. Grayscale: #7D7D7D. Windows color (decimal): -12281720 or 8951876. OLE color: 8951876.

HSL color Cylindrical-coordinate representation of color #449888: hue angle of 168.57º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449888 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB68152136-
CMYK0.5500.110.40
HSL168.57º38.18%43.14%-
HSV(B)168.57º55.26%59.61%-
XYZ18.0625.4627.26-
YUV125.06134.1787.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.10%
GREEN value IS 152 (59.77% from 255) = 42.70%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=19.10%
G=42.70%
B=38.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681521360.5500.110.40168.5738.1843.14
Hex449888370B28a9262b
Octal10423021067013502514653
Binary100010010011000100010001101110101110100010101001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449888; }

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

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

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

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

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

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

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

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