#44948B

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

Shades of Lochinvar #44948B

Tints of Lochinvar #44948B

Color information

#44948B (or 0x44948B) is unknown color: approx Lochinvar. HEX triplet: 44, 94 and 8B. RGB value is (68,148,139). Sum of RGB (Red+Green+Blue) = 68+148+139=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #44948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44948B is #BB6B74. Grayscale: #7B7B7B. Windows color (decimal): -12282741 or 9147460. OLE color: 9147460.

HSL color Cylindrical-coordinate representation of color #44948B: hue angle of 173.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44948B is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB68148139-
CMYK0.5400.060.42
HSL173.25º37.04%42.35%-
HSV(B)173.25º54.05%58.04%-
XYZ17.6324.2728.18-
YUV123.0513788.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=19.15%
G=41.69%
B=39.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681481390.5400.060.42173.2537.0442.35
Hex44948B36062Aad252a
Octal1042242136606522554552
Binary10001001001010010001011110110011010101010101101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,148,139); }

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

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

 a { background-color: rgb(68,148,139); }

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

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

 span { border-color: rgb(68,148,139); }

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