#488F88

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

Shades of Lochinvar #488F88

Tints of Lochinvar #488F88

Color information

#488F88 (or 0x488F88) is unknown color: approx Lochinvar. HEX triplet: 48, 8F and 88. RGB value is (72,143,136). Sum of RGB (Red+Green+Blue) = 72+143+136=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #488F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488F88 is #B77077. Grayscale: #787878. Windows color (decimal): -12021880 or 8949576. OLE color: 8949576.

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

Color convert

RGB72143136-
CMYK0.5000.050.44
HSL174.08º33.02%42.16%-
HSV(B)174.08º49.65%56.08%-
XYZ16.9422.826.8-
YUV120.97136.4893.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 143 (56.25% from 255) = 40.74%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=20.51%
G=40.74%
B=38.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721431360.5000.050.44174.0833.0242.16
Hex488F8832052Cae212a
Octal1102172106205542564152
Binary10010001000111110001000110010010110110010101110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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