#449082

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

Shades of Lochinvar #449082

Tints of Lochinvar #449082

Color information

#449082 (or 0x449082) is unknown color: approx Lochinvar. HEX triplet: 44, 90 and 82. RGB value is (68,144,130). Sum of RGB (Red+Green+Blue) = 68+144+130=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #449082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449082 is #BB6F7D. Grayscale: #777777. Windows color (decimal): -12283774 or 8556612. OLE color: 8556612.

HSL color Cylindrical-coordinate representation of color #449082: hue angle of 168.95º 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 #449082 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB68144130-
CMYK0.5300.100.44
HSL168.95º35.85%41.57%-
HSV(B)168.95º52.78%56.47%-
XYZ16.3922.7924.65-
YUV119.68133.8291.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=19.88%
G=42.11%
B=38.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681441300.5300.100.44168.9535.8541.57
Hex449082350A2Ca9242a
Octal10422020265012542514452
Binary100010010010000100000101101010101010110010101001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449082; }

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

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

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

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

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

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

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

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