#488781

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

Shades of Lochinvar #488781

Tints of Lochinvar #488781

Color information

#488781 (or 0x488781) is unknown color: approx Lochinvar. HEX triplet: 48, 87 and 81. RGB value is (72,135,129). Sum of RGB (Red+Green+Blue) = 72+135+129=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #488781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488781 is #B7787E. Grayscale: #737373. Windows color (decimal): -12023935 or 8488776. OLE color: 8488776.

HSL color Cylindrical-coordinate representation of color #488781: hue angle of 174.29º 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 #488781 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB72135129-
CMYK0.4700.040.47
HSL174.29º30.43%40.59%-
HSV(B)174.29º46.67%52.94%-
XYZ15.320.2923.88-
YUV115.48135.6396.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=21.43%
G=40.18%
B=38.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721351290.4700.040.47174.2930.4340.59
Hex4887812F042Fae1e29
Octal1102072015704572563651
Binary1001000100001111000000110111101001011111010111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488781; }

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

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

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

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

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

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

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

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