#488F85

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

Shades of Lochinvar #488F85

Tints of Lochinvar #488F85

Color information

#488F85 (or 0x488F85) is unknown color: approx Lochinvar. HEX triplet: 48, 8F and 85. RGB value is (72,143,133). Sum of RGB (Red+Green+Blue) = 72+143+133=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 143 - color contains mainly: green. Hex color #488F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488F85 is #B7707A. Grayscale: #787878. Windows color (decimal): -12021883 or 8752968. OLE color: 8752968.

HSL color Cylindrical-coordinate representation of color #488F85: hue angle of 171.55º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488F85 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB72143133-
CMYK0.5000.070.44
HSL171.55º33.02%42.16%-
HSV(B)171.55º49.65%56.08%-
XYZ16.7322.7225.69-
YUV120.63134.9893.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 143 (56.25% from 255) = 41.09%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=20.69%
G=41.09%
B=38.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721431330.5000.070.44171.5533.0242.16
Hex488F8532072Cac212a
Octal1102172056207542544152
Binary10010001000111110000101110010011110110010101100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,143,133); }

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

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

 a { background-color: rgb(72,143,133); }

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

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

 span { border-color: rgb(72,143,133); }

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