#44847E

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

Shades of Lochinvar #44847E

Tints of Lochinvar #44847E

Color information

#44847E (or 0x44847E) is unknown color: approx Lochinvar. HEX triplet: 44, 84 and 7E. RGB value is (68,132,126). Sum of RGB (Red+Green+Blue) = 68+132+126=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #44847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44847E is #BB7B81. Grayscale: #707070. Windows color (decimal): -12286850 or 8291396. OLE color: 8291396.

HSL color Cylindrical-coordinate representation of color #44847E: hue angle of 174.38º 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 #44847E is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB68132126-
CMYK0.4800.050.48
HSL174.38º32%39.22%-
HSV(B)174.38º48.48%51.76%-
XYZ14.419.2422.69-
YUV112.18135.896.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=20.86%
G=40.49%
B=38.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681321260.4800.050.48174.383239.22
Hex44847E300530ae2027
Octal1042041766005602564047
Binary1000100100001001111110110000010111000010101110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44847E; }

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

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

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

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

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

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

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

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