#448479

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

Shades of Lochinvar #448479

Tints of Lochinvar #448479

Color information

#448479 (or 0x448479) is unknown color: approx Lochinvar. HEX triplet: 44, 84 and 79. RGB value is (68,132,121). Sum of RGB (Red+Green+Blue) = 68+132+121=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #448479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448479 is #BB7B86. Grayscale: #6F6F6F. Windows color (decimal): -12286855 or 7963716. OLE color: 7963716.

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

Color convert

RGB68132121-
CMYK0.4800.080.48
HSL169.69º32%39.22%-
HSV(B)169.69º48.48%51.76%-
XYZ14.0919.1121.04-
YUV111.61133.396.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=21.18%
G=41.12%
B=37.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681321210.4800.080.48169.693239.22
Hex448479300830aa2027
Octal10420417160010602524047
Binary10001001000010011110011100000100011000010101010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448479; }

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

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

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

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

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

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

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

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