#448B7B

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

Shades of Lochinvar #448B7B

Tints of Lochinvar #448B7B

Color information

#448B7B (or 0x448B7B) is unknown color: approx Lochinvar. HEX triplet: 44, 8B and 7B. RGB value is (68,139,123). Sum of RGB (Red+Green+Blue) = 68+139+123=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #448B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B7B is #BB7484. Grayscale: #737373. Windows color (decimal): -12285061 or 8096580. OLE color: 8096580.

HSL color Cylindrical-coordinate representation of color #448B7B: hue angle of 166.48º 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 #448B7B is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB68139123-
CMYK0.5100.120.45
HSL166.48º34.3%40.59%-
HSV(B)166.48º51.08%54.51%-
XYZ15.1921.1222.02-
YUV115.95131.9893.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.61%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=20.61%
G=42.12%
B=37.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681391230.5100.120.45166.4834.340.59
Hex448B7B330C2Da62229
Octal10421317363014552464251
Binary10001001000101111110111100110110010110110100110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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