#44857E

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

Shades of Lochinvar #44857E

Tints of Lochinvar #44857E

Color information

#44857E (or 0x44857E) is unknown color: approx Lochinvar. HEX triplet: 44, 85 and 7E. RGB value is (68,133,126). Sum of RGB (Red+Green+Blue) = 68+133+126=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #44857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44857E is #BB7A81. Grayscale: #707070. Windows color (decimal): -12286594 or 8291652. OLE color: 8291652.

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

Color convert

RGB68133126-
CMYK0.4900.050.48
HSL173.54º32.34%39.41%-
HSV(B)173.54º48.87%52.16%-
XYZ14.5419.5122.74-
YUV112.77135.4796.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=20.80%
G=40.67%
B=38.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681331260.4900.050.48173.5432.3439.41
Hex44857E310530ae2027
Octal1042051766105602564047
Binary1000100100001011111110110001010111000010101110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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