#448679

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

Shades of Lochinvar #448679

Tints of Lochinvar #448679

Color information

#448679 (or 0x448679) is unknown color: approx Lochinvar. HEX triplet: 44, 86 and 79. RGB value is (68,134,121). Sum of RGB (Red+Green+Blue) = 68+134+121=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #448679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448679 is #BB7986. Grayscale: #707070. Windows color (decimal): -12286343 or 7964228. OLE color: 7964228.

HSL color Cylindrical-coordinate representation of color #448679: hue angle of 168.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448679 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB68134121-
CMYK0.4900.100.47
HSL168.18º32.67%39.61%-
HSV(B)168.18º49.25%52.55%-
XYZ14.3619.6621.13-
YUV112.78132.6396.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=21.05%
G=41.49%
B=37.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681341210.4900.100.47168.1832.6739.61
Hex448679310A2Fa82128
Octal10420617161012572504150
Binary10001001000011011110011100010101010111110101000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448679; }

 p { color: rgb(68,134,121); }

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

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

 a { background-color: rgb(68,134,121); }

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

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

 span { border-color: rgb(68,134,121); }

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