#488779

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

Shades of Lochinvar #488779

Tints of Lochinvar #488779

Color information

#488779 (or 0x488779) is unknown color: approx Lochinvar. HEX triplet: 48, 87 and 79. RGB value is (72,135,121). Sum of RGB (Red+Green+Blue) = 72+135+121=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #488779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488779 is #B77886. Grayscale: #727272. Windows color (decimal): -12023943 or 7964488. OLE color: 7964488.

HSL color Cylindrical-coordinate representation of color #488779: hue angle of 166.67º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488779 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB72135121-
CMYK0.4700.100.47
HSL166.67º30.43%40.59%-
HSV(B)166.67º46.67%52.94%-
XYZ14.7920.0921.19-
YUV114.57131.6397.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=21.95%
G=41.16%
B=36.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721351210.4700.100.47166.6730.4340.59
Hex4887792F0A2Fa71e29
Octal11020717157012572473651
Binary1001000100001111111001101111010101011111010011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488779; }

 p { color: rgb(72,135,121); }

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

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

 a { background-color: rgb(72,135,121); }

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

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

 span { border-color: rgb(72,135,121); }

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