#488983

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

Shades of Lochinvar #488983

Tints of Lochinvar #488983

Color information

#488983 (or 0x488983) is unknown color: approx Lochinvar. HEX triplet: 48, 89 and 83. RGB value is (72,137,131). Sum of RGB (Red+Green+Blue) = 72+137+131=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #488983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488983 is #B7767C. Grayscale: #747474. Windows color (decimal): -12023421 or 8620360. OLE color: 8620360.

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

Color convert

RGB72137131-
CMYK0.4700.040.46
HSL174.46º31.1%40.98%-
HSV(B)174.46º47.45%53.73%-
XYZ15.7120.9124.68-
YUV116.88135.9795.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=21.18%
G=40.29%
B=38.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721371310.4700.040.46174.4631.140.98
Hex4889832F042Eae1f29
Octal1102112035704562563751
Binary1001000100010011000001110111101001011101010111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488983; }

 p { color: rgb(72,137,131); }

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

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

 a { background-color: rgb(72,137,131); }

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

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

 span { border-color: rgb(72,137,131); }

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