#448B85

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

Shades of Lochinvar #448B85

Tints of Lochinvar #448B85

Color information

#448B85 (or 0x448B85) is unknown color: approx Lochinvar. HEX triplet: 44, 8B and 85. RGB value is (68,139,133). Sum of RGB (Red+Green+Blue) = 68+139+133=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #448B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448B85 is #BB747A. Grayscale: #757575. Windows color (decimal): -12285051 or 8751940. OLE color: 8751940.

HSL color Cylindrical-coordinate representation of color #448B85: hue angle of 174.93º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448B85 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB68139133-
CMYK0.5100.040.45
HSL174.93º34.3%40.59%-
HSV(B)174.93º51.08%54.51%-
XYZ15.8521.3925.48-
YUV117.09136.9892.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=20%
G=40.88%
B=39.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681391330.5100.040.45174.9334.340.59
Hex448B8533042Daf2229
Octal1042132056304552574251
Binary10001001000101110000101110011010010110110101111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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