#48907A

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

Shades of Lochinvar #48907A

Tints of Lochinvar #48907A

Color information

#48907A (or 0x48907A) is unknown color: approx Lochinvar. HEX triplet: 48, 90 and 7A. RGB value is (72,144,122). Sum of RGB (Red+Green+Blue) = 72+144+122=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #48907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48907A is #B76F85. Grayscale: #777777. Windows color (decimal): -12021638 or 8032328. OLE color: 8032328.

HSL color Cylindrical-coordinate representation of color #48907A: hue angle of 161.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48907A is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB72144122-
CMYK0.5000.150.44
HSL161.67º33.33%42.35%-
HSV(B)161.67º50%56.47%-
XYZ16.1622.7321.95-
YUV119.96129.1593.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 144 (56.64% from 255) = 42.60%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=21.30%
G=42.60%
B=36.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441220.5000.150.44161.6733.3342.35
Hex48907A320F2Ca2212a
Octal11022017262017542424152
Binary10010001001000011110101100100111110110010100010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48907A; }

 p { color: rgb(72,144,122); }

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

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

 a { background-color: rgb(72,144,122); }

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

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

 span { border-color: rgb(72,144,122); }

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