#448C7E

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

Shades of Lochinvar #448C7E

Tints of Lochinvar #448C7E

Color information

#448C7E (or 0x448C7E) is unknown color: approx Lochinvar. HEX triplet: 44, 8C and 7E. RGB value is (68,140,126). Sum of RGB (Red+Green+Blue) = 68+140+126=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 140 - color contains mainly: green. Hex color #448C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448C7E is #BB7381. Grayscale: #747474. Windows color (decimal): -12284802 or 8293444. OLE color: 8293444.

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

Color convert

RGB68140126-
CMYK0.5100.100.45
HSL168.33º34.62%40.78%-
HSV(B)168.33º51.43%54.9%-
XYZ15.5321.4923.07-
YUV116.88133.1593.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 140 (55.08% from 255) = 41.92%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=20.36%
G=41.92%
B=37.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681401260.5100.100.45168.3334.6240.78
Hex448C7E330A2Da82329
Octal10421417663012552504351
Binary10001001000110011111101100110101010110110101000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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