#488883

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

Shades of Lochinvar #488883

Tints of Lochinvar #488883

Color information

#488883 (or 0x488883) is unknown color: approx Lochinvar. HEX triplet: 48, 88 and 83. RGB value is (72,136,131). Sum of RGB (Red+Green+Blue) = 72+136+131=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #488883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488883 is #B7777C. Grayscale: #747474. Windows color (decimal): -12023677 or 8620104. OLE color: 8620104.

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

Color convert

RGB72136131-
CMYK0.4700.040.47
HSL175.31º30.77%40.78%-
HSV(B)175.31º47.06%53.33%-
XYZ15.5720.6224.63-
YUV116.29136.396.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=21.24%
G=40.12%
B=38.64%

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
Decimal721361310.4700.040.47175.3130.7740.78
Hex4888832F042Faf1f29
Octal1102102035704572573751
Binary1001000100010001000001110111101001011111010111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488883; }

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

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

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

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

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

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

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

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