#488B80

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

Shades of Lochinvar #488B80

Tints of Lochinvar #488B80

Color information

#488B80 (or 0x488B80) is unknown color: approx Lochinvar. HEX triplet: 48, 8B and 80. RGB value is (72,139,128). Sum of RGB (Red+Green+Blue) = 72+139+128=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #488B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488B80 is #B7747F. Grayscale: #757575. Windows color (decimal): -12022912 or 8424264. OLE color: 8424264.

HSL color Cylindrical-coordinate representation of color #488B80: hue angle of 170.15º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B80 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB72139128-
CMYK0.4800.080.45
HSL170.15º31.75%41.37%-
HSV(B)170.15º48.2%54.51%-
XYZ15.821.423.72-
YUV117.71133.895.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 139 (54.69% from 255) = 41.00%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=21.24%
G=41.00%
B=37.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721391280.4800.080.45170.1531.7541.37
Hex488B8030082Daa2029
Octal11021320060010552524051
Binary100100010001011100000001100000100010110110101010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488B80; }

 p { color: rgb(72,139,128); }

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

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

 a { background-color: rgb(72,139,128); }

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

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

 span { border-color: rgb(72,139,128); }

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