#488F7B

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

Shades of Lochinvar #488F7B

Tints of Lochinvar #488F7B

Color information

#488F7B (or 0x488F7B) is unknown color: approx Lochinvar. HEX triplet: 48, 8F and 7B. RGB value is (72,143,123). Sum of RGB (Red+Green+Blue) = 72+143+123=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #488F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488F7B is #B77084. Grayscale: #777777. Windows color (decimal): -12021893 or 8097608. OLE color: 8097608.

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

Color convert

RGB72143123-
CMYK0.5000.140.44
HSL163.1º33.02%42.16%-
HSV(B)163.1º49.65%56.08%-
XYZ16.0722.4522.23-
YUV119.49129.9894.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 143 (56.25% from 255) = 42.31%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=21.30%
G=42.31%
B=36.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721431230.5000.140.44163.133.0242.16
Hex488F7B320E2Ca3212a
Octal11021717362016542434152
Binary10010001000111111110111100100111010110010100011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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