#48857E

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

Shades of Lochinvar #48857E

Tints of Lochinvar #48857E

Color information

#48857E (or 0x48857E) is unknown color: approx Lochinvar. HEX triplet: 48, 85 and 7E. RGB value is (72,133,126). Sum of RGB (Red+Green+Blue) = 72+133+126=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #48857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48857E is #B77A81. Grayscale: #717171. Windows color (decimal): -12024450 or 8291656. OLE color: 8291656.

HSL color Cylindrical-coordinate representation of color #48857E: hue angle of 173.11º 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 #48857E is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB72133126-
CMYK0.4600.050.48
HSL173.11º29.76%40.2%-
HSV(B)173.11º45.86%52.16%-
XYZ14.8319.6622.75-
YUV113.96134.7998.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 126 (49.61% from 255) = 38.07%
R=21.75%
G=40.18%
B=38.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331260.4600.050.48173.1129.7640.2
Hex48857E2E0530ad1e28
Octal1102051765605602553650
Binary100100010000101111111010111001011100001010110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48857E; }

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

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

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

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

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

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

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

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