#44927B

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

Shades of Lochinvar #44927B

Tints of Lochinvar #44927B

Color information

#44927B (or 0x44927B) is unknown color: approx Lochinvar. HEX triplet: 44, 92 and 7B. RGB value is (68,146,123). Sum of RGB (Red+Green+Blue) = 68+146+123=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #44927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44927B is #BB6D84. Grayscale: #787878. Windows color (decimal): -12283269 or 8098372. OLE color: 8098372.

HSL color Cylindrical-coordinate representation of color #44927B: hue angle of 162.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44927B is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB68146123-
CMYK0.5300.160.43
HSL162.31º36.45%41.96%-
HSV(B)162.31º53.42%57.25%-
XYZ16.2423.2222.36-
YUV120.06129.6690.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.18%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=20.18%
G=43.32%
B=36.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681461230.5300.160.43162.3136.4541.96
Hex44927B350102Ba2242a
Octal10422217365020532424452
Binary100010010010010111101111010101000010101110100010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44927B; }

 p { color: rgb(68,146,123); }

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

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

 a { background-color: rgb(68,146,123); }

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

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

 span { border-color: rgb(68,146,123); }

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