#448C7D

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

Shades of Lochinvar #448C7D

Tints of Lochinvar #448C7D

Color information

#448C7D (or 0x448C7D) is unknown color: approx Lochinvar. HEX triplet: 44, 8C and 7D. RGB value is (68,140,125). Sum of RGB (Red+Green+Blue) = 68+140+125=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #448C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448C7D is #BB7382. Grayscale: #747474. Windows color (decimal): -12284803 or 8227908. OLE color: 8227908.

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

Color convert

RGB68140125-
CMYK0.5100.110.45
HSL167.5º34.62%40.78%-
HSV(B)167.5º51.43%54.9%-
XYZ15.4621.4722.73-
YUV116.76132.6593.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.42%
GREEN value IS 140 (55.08% from 255) = 42.04%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=20.42%
G=42.04%
B=37.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681401250.5100.110.45167.534.6240.78
Hex448C7D330B2Da82329
Octal10421417563013552504351
Binary10001001000110011111011100110101110110110101000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,140,125); }

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

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

 a { background-color: rgb(68,140,125); }

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

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

 span { border-color: rgb(68,140,125); }

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