#448881

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

Shades of Lochinvar #448881

Tints of Lochinvar #448881

Color information

#448881 (or 0x448881) is unknown color: approx Lochinvar. HEX triplet: 44, 88 and 81. RGB value is (68,136,129). Sum of RGB (Red+Green+Blue) = 68+136+129=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #448881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448881 is #BB777E. Grayscale: #727272. Windows color (decimal): -12285823 or 8489028. OLE color: 8489028.

HSL color Cylindrical-coordinate representation of color #448881: hue angle of 173.82º 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 #448881 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB68136129-
CMYK0.5000.050.47
HSL173.82º33.33%40%-
HSV(B)173.82º50%53.33%-
XYZ15.1520.4223.91-
YUV114.87135.9794.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.42%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 129 (50.78% from 255) = 38.74%
R=20.42%
G=40.84%
B=38.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681361290.5000.050.47173.8233.3340
Hex44888132052Fae2128
Octal1042102016205572564150
Binary10001001000100010000001110010010110111110101110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448881; }

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

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

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

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

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

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

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

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