#488580

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

Shades of Lochinvar #488580

Tints of Lochinvar #488580

Color information

#488580 (or 0x488580) is unknown color: approx Lochinvar. HEX triplet: 48, 85 and 80. RGB value is (72,133,128). Sum of RGB (Red+Green+Blue) = 72+133+128=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #488580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488580 is #B77A7F. Grayscale: #727272. Windows color (decimal): -12024448 or 8422728. OLE color: 8422728.

HSL color Cylindrical-coordinate representation of color #488580: hue angle of 175.08º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488580 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB72133128-
CMYK0.4600.040.48
HSL175.08º29.76%40.2%-
HSV(B)175.08º45.86%52.16%-
XYZ14.9619.7123.44-
YUV114.19135.7997.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=21.62%
G=39.94%
B=38.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331280.4600.040.48175.0829.7640.2
Hex4885802E0430af1e28
Octal1102052005604602573650
Binary1001000100001011000000010111001001100001010111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488580; }

 p { color: rgb(72,133,128); }

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

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

 a { background-color: rgb(72,133,128); }

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

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

 span { border-color: rgb(72,133,128); }

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