#448C7A

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

Shades of Lochinvar #448C7A

Tints of Lochinvar #448C7A

Color information

#448C7A (or 0x448C7A) is unknown color: approx Lochinvar. HEX triplet: 44, 8C and 7A. RGB value is (68,140,122). Sum of RGB (Red+Green+Blue) = 68+140+122=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #448C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448C7A is #BB7385. Grayscale: #747474. Windows color (decimal): -12284806 or 8031300. OLE color: 8031300.

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

Color convert

RGB68140122-
CMYK0.5100.130.45
HSL165º34.62%40.78%-
HSV(B)165º51.43%54.9%-
XYZ15.2721.3921.74-
YUV116.42131.1593.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.61%
GREEN value IS 140 (55.08% from 255) = 42.42%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=20.61%
G=42.42%
B=36.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681401220.5100.130.4516534.6240.78
Hex448C7A330D2Da52329
Octal10421417263015552454351
Binary10001001000110011110101100110110110110110100101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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