#448579

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

Shades of Lochinvar #448579

Tints of Lochinvar #448579

Color information

#448579 (or 0x448579) is unknown color: approx Lochinvar. HEX triplet: 44, 85 and 79. RGB value is (68,133,121). Sum of RGB (Red+Green+Blue) = 68+133+121=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #448579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448579 is #BB7A86. Grayscale: #707070. Windows color (decimal): -12286599 or 7963972. OLE color: 7963972.

HSL color Cylindrical-coordinate representation of color #448579: hue angle of 168.92º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448579 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB68133121-
CMYK0.4900.090.48
HSL168.92º32.34%39.41%-
HSV(B)168.92º48.87%52.16%-
XYZ14.2219.3821.08-
YUV112.2132.9796.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.12%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=21.12%
G=41.30%
B=37.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681331210.4900.090.48168.9232.3439.41
Hex448579310930a92027
Octal10420517161011602514047
Binary10001001000010111110011100010100111000010101001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448579; }

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

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

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

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

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

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

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

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