#488A82

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

Shades of Lochinvar #488A82

Tints of Lochinvar #488A82

Color information

#488A82 (or 0x488A82) is unknown color: approx Lochinvar. HEX triplet: 48, 8A and 82. RGB value is (72,138,130). Sum of RGB (Red+Green+Blue) = 72+138+130=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 138 - color contains mainly: green. Hex color #488A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488A82 is #B7757D. Grayscale: #757575. Windows color (decimal): -12023166 or 8555080. OLE color: 8555080.

HSL color Cylindrical-coordinate representation of color #488A82: hue angle of 172.73º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A82 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB72138130-
CMYK0.4800.060.46
HSL172.73º31.43%41.18%-
HSV(B)172.73º47.83%54.12%-
XYZ15.7921.1724.37-
YUV117.35135.1395.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 138 (54.30% from 255) = 40.59%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=21.18%
G=40.59%
B=38.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721381300.4800.060.46172.7331.4341.18
Hex488A8230062Ead1f29
Octal1102122026006562553751
Binary1001000100010101000001011000001101011101010110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,138,130); }

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

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

 a { background-color: rgb(72,138,130); }

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

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

 span { border-color: rgb(72,138,130); }

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