#448A86

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

Shades of Lochinvar #448A86

Tints of Lochinvar #448A86

Color information

#448A86 (or 0x448A86) is unknown color: approx Lochinvar. HEX triplet: 44, 8A and 86. RGB value is (68,138,134). Sum of RGB (Red+Green+Blue) = 68+138+134=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 138 - color contains mainly: green. Hex color #448A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448A86 is #BB7579. Grayscale: #747474. Windows color (decimal): -12285306 or 8817220. OLE color: 8817220.

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

Color convert

RGB68138134-
CMYK0.5100.030.46
HSL176.57º33.98%40.39%-
HSV(B)176.57º50.72%54.12%-
XYZ15.7821.1325.8-
YUV116.61137.8193.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 138 (54.30% from 255) = 40.59%
BLUE value IS 134 (52.73% from 255) = 39.41%
R=20%
G=40.59%
B=39.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681381340.5100.030.46176.5733.9840.39
Hex448A8633032Eb12228
Octal1042122066303562614250
Binary1000100100010101000011011001101110111010110001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448A86; }

 p { color: rgb(68,138,134); }

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

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

 a { background-color: rgb(68,138,134); }

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

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

 span { border-color: rgb(68,138,134); }

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