#488D7B

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

Shades of Lochinvar #488D7B

Tints of Lochinvar #488D7B

Color information

#488D7B (or 0x488D7B) is unknown color: approx Lochinvar. HEX triplet: 48, 8D and 7B. RGB value is (72,141,123). Sum of RGB (Red+Green+Blue) = 72+141+123=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #488D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D7B is #B77284. Grayscale: #767676. Windows color (decimal): -12022405 or 8097096. OLE color: 8097096.

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

Color convert

RGB72141123-
CMYK0.4900.130.45
HSL164.35º32.39%41.76%-
HSV(B)164.35º48.94%55.29%-
XYZ15.7721.8622.13-
YUV118.32130.6494.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=21.43%
G=41.96%
B=36.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721411230.4900.130.45164.3532.3941.76
Hex488D7B310D2Da4202a
Octal11021517361015552444052
Binary10010001000110111110111100010110110110110100100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,141,123); }

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

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

 a { background-color: rgb(72,141,123); }

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

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

 span { border-color: rgb(72,141,123); }

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