#449088

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

Shades of Lochinvar #449088

Tints of Lochinvar #449088

Color information

#449088 (or 0x449088) is unknown color: approx Lochinvar. HEX triplet: 44, 90 and 88. RGB value is (68,144,136). Sum of RGB (Red+Green+Blue) = 68+144+136=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #449088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449088 is #BB6F77. Grayscale: #787878. Windows color (decimal): -12283768 or 8949828. OLE color: 8949828.

HSL color Cylindrical-coordinate representation of color #449088: hue angle of 173.68º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449088 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB68144136-
CMYK0.5300.060.44
HSL173.68º35.85%41.57%-
HSV(B)173.68º52.78%56.47%-
XYZ16.822.9526.84-
YUV120.36136.8290.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.54%
GREEN value IS 144 (56.64% from 255) = 41.38%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=19.54%
G=41.38%
B=39.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681441360.5300.060.44173.6835.8541.57
Hex44908835062Cae242a
Octal1042202106506542564452
Binary10001001001000010001000110101011010110010101110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449088; }

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

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

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

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

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

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

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

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