#448880

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

Shades of Lochinvar #448880

Tints of Lochinvar #448880

Color information

#448880 (or 0x448880) is unknown color: approx Lochinvar. HEX triplet: 44, 88 and 80. RGB value is (68,136,128). Sum of RGB (Red+Green+Blue) = 68+136+128=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #448880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448880 is #BB777F. Grayscale: #727272. Windows color (decimal): -12285824 or 8423492. OLE color: 8423492.

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

Color convert

RGB68136128-
CMYK0.5000.060.47
HSL172.94º33.33%40%-
HSV(B)172.94º50%53.33%-
XYZ15.0820.423.56-
YUV114.76135.4794.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=20.48%
G=40.96%
B=38.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681361280.5000.060.47172.9433.3340
Hex44888032062Fad2128
Octal1042102006206572554150
Binary10001001000100010000000110010011010111110101101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448880; }

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

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

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

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

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

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

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

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