#448781

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

Shades of Lochinvar #448781

Tints of Lochinvar #448781

Color information

#448781 (or 0x448781) is unknown color: approx Lochinvar. HEX triplet: 44, 87 and 81. RGB value is (68,135,129). Sum of RGB (Red+Green+Blue) = 68+135+129=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #448781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448781 is #BB787E. Grayscale: #727272. Windows color (decimal): -12286079 or 8488772. OLE color: 8488772.

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

Color convert

RGB68135129-
CMYK0.5000.040.47
HSL174.63º33%39.8%-
HSV(B)174.63º49.63%52.94%-
XYZ15.0120.1423.87-
YUV114.28136.394.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=20.48%
G=40.66%
B=38.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681351290.5000.040.47174.633339.8
Hex44878132042Faf2128
Octal1042072016204572574150
Binary10001001000011110000001110010010010111110101111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448781; }

 p { color: rgb(68,135,129); }

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

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

 a { background-color: rgb(68,135,129); }

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

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

 span { border-color: rgb(68,135,129); }

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