#448984

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

Shades of Lochinvar #448984

Tints of Lochinvar #448984

Color information

#448984 (or 0x448984) is unknown color: approx Lochinvar. HEX triplet: 44, 89 and 84. RGB value is (68,137,132). Sum of RGB (Red+Green+Blue) = 68+137+132=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #448984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448984 is #BB767B. Grayscale: #737373. Windows color (decimal): -12285564 or 8685892. OLE color: 8685892.

HSL color Cylindrical-coordinate representation of color #448984: hue angle of 175.65º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448984 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB68137132-
CMYK0.5000.040.46
HSL175.65º33.66%40.2%-
HSV(B)175.65º50.36%53.73%-
XYZ15.4920.7925.03-
YUV115.8137.1493.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.18%
GREEN value IS 137 (53.91% from 255) = 40.65%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=20.18%
G=40.65%
B=39.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681371320.5000.040.46175.6533.6640.2
Hex44898432042Eb02228
Octal1042112046204562604250
Binary10001001000100110000100110010010010111010110000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448984; }

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

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

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

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

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

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

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

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